public class UISpecCheckBoxUI extends BasicCheckBoxUI
icondefaultTextIconGap, defaultTextShiftOffset| Constructor and Description |
|---|
UISpecCheckBoxUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
void |
paint(Graphics g,
JComponent c) |
getPropertyPrefixgetDefaultIcon, installDefaults, installListeners, paintFocus, uninstallDefaults, uninstallListenersgetTextShiftOffset, paintIconclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updatepublic static ComponentUI createUI(JComponent component)
public void paint(Graphics g, JComponent c)
paint in class BasicRadioButtonUIprotected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicRadioButtonUIpublic Dimension getMaximumSize(JComponent c)
getMaximumSize in class BasicButtonUIpublic Dimension getMinimumSize(JComponent c)
getMinimumSize in class BasicButtonUICopyright © 2004–2016. All rights reserved.