public class BasicCheckBoxUI extends BasicRadioButtonUI
JCheckBox component.icondefaultTextIconGap, defaultTextShiftOffset| Constructor and Description |
|---|
BasicCheckBoxUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns a UI delegate (that is, an instance of this class) for the
specified component.
|
java.lang.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, uninstallUIpublic BasicCheckBoxUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - the component (this should be a JCheckBox).BasicCheckBoxUI.public java.lang.String getPropertyPrefix()
UIManager defaults table
("CheckBox." in this case).getPropertyPrefix in class BasicRadioButtonUI