public class BasicCheckBoxUI extends BasicRadioButtonUI
JCheckBox component.icondefaultTextIconGap, 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, paintFocuspaintIconclearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updatepublic 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