Contents
Class BasicCheckBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
javax.swing.plaf.basic.BasicRadioButtonUI
javax.swing.plaf.basic.BasicCheckBoxUI
CheckboxUI implementation for BasicCheckboxUI
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeans
has been added to the java.beans
package.
Please see XMLEncoder
.
-
Field Summary
Fields inherited from class BasicRadioButtonUI
icon
Fields inherited from class BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Returns an instance ofBasicCheckBoxUI
.Returns the property prefix.Methods inherited from class BasicRadioButtonUI
getDefaultIcon, getPreferredSize, installDefaults, paint, paintFocus, uninstallDefaults
Methods inherited from class BasicToggleButtonUI
getTextShiftOffset, paintIcon
Methods inherited from class BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
Methods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Constructor Details
-
Method Details
-
createUI
Returns an instance ofBasicCheckBoxUI
.- Parameters:
b
- a component- Returns:
- an instance of
BasicCheckBoxUI
-
getPropertyPrefix
Description copied from class:BasicButtonUI
Returns the property prefix.- Overrides:
getPropertyPrefix
in classBasicRadioButtonUI
- Returns:
- the property prefix
-