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
org.gtk.java.swing.plaf.gtk.GtkRadioButtonUI
org.gtk.java.swing.plaf.gtk.GtkCheckBoxUI
- public class GtkCheckBoxUI
- extends GtkRadioButtonUI
| Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
clearTextShiftOffset, getDefaultTextIconGap, getPreferredSize, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gtkCheckBoxUI
private static final GtkCheckBoxUI gtkCheckBoxUI
propertyPrefix
private static final java.lang.String propertyPrefix
- See Also:
- Constant Field Values
defaults_initialized
private boolean defaults_initialized
GtkCheckBoxUI
public GtkCheckBoxUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
- Description copied from class:
javax.swing.plaf.basic.BasicRadioButtonUI
- Creates and returns a new instance of
BasicRadioButtonUI.
getPropertyPrefix
public java.lang.String getPropertyPrefix()
- Description copied from class:
javax.swing.plaf.basic.BasicRadioButtonUI
- Returns the prefix used for UIDefaults properties. This is
RadioButton in this case.
installDefaults
public void installDefaults(javax.swing.AbstractButton b)
- Description copied from class:
javax.swing.plaf.basic.BasicRadioButtonUI
- Installs defaults from the Look & Feel table on the specified
button.
- Overrides:
installDefaults in class GtkRadioButtonUI
uninstallDefaults
protected void uninstallDefaults(javax.swing.AbstractButton b)
- Description copied from class:
javax.swing.plaf.basic.BasicButtonUI
- Removes the defaults added by BasicButtonUI.installDefaults(AbstractButton)>
BasicButtonUI.installDefaults(AbstractButton) 55 .
- Overrides:
uninstallDefaults in class GtkRadioButtonUI