public class BasicCheckBoxUI extends BasicRadioButtonUI
JCheckBox
component.icon
defaultTextIconGap, defaultTextShiftOffset
Constructor and Description |
---|
BasicCheckBoxUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent c)
Returns a UI delegate (that is, an instance of this class) for the
specified component.
|
String |
getPropertyPrefix()
Returns the prefix for entries in the
UIManager defaults table
("CheckBox." |
getDefaultIcon, getPreferredSize, installDefaults, paint, paintFocus
paintIcon
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public BasicCheckBoxUI()
public static ComponentUI createUI(JComponent c)
c
- the component (this should be a JCheckBox
).BasicCheckBoxUI
.public String getPropertyPrefix()
UIManager
defaults table
("CheckBox."
in this case).getPropertyPrefix
in class BasicRadioButtonUI