Package com.l2fprod.gui.plaf.skin
Class SkinCheckBoxUI
Description of the Class
- Author:
- fred
-
Field Summary
Fields inherited from class com.l2fprod.gui.plaf.skin.SkinRadioButtonUI
dashedRectGapHeight, dashedRectGapWidth, focusColor, skin
Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Description of the MethodGets the PropertyPrefix attribute of the SkinCheckBoxUI objectvoid
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.SkinRadioButtonUI
getFocusColor, paint, paintFocus
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon, getPreferredSize, uninstallDefaults
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Constructor Details
-
SkinCheckBoxUI
public SkinCheckBoxUI()
-
-
Method Details
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
getPropertyPrefix
Gets the PropertyPrefix attribute of the SkinCheckBoxUI object- Overrides:
getPropertyPrefix
in classBasicRadioButtonUI
- Returns:
- The PropertyPrefix value
-
installDefaults
Description of the Method- Overrides:
installDefaults
in classSkinRadioButtonUI
- Parameters:
b
- Description of Parameter
-