Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkCheckBoxUI  view GtkCheckBoxUI download GtkCheckBoxUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.ButtonUI
          extended byjavax.swing.plaf.basic.BasicButtonUI
              extended byjavax.swing.plaf.basic.BasicToggleButtonUI
                  extended byjavax.swing.plaf.basic.BasicRadioButtonUI
                      extended byorg.gtk.java.swing.plaf.gtk.GtkRadioButtonUI
                          extended byorg.gtk.java.swing.plaf.gtk.GtkCheckBoxUI

public class GtkCheckBoxUI
extends GtkRadioButtonUI


Field Summary
private  boolean defaults_initialized
           
private static GtkCheckBoxUI gtkCheckBoxUI
           
private static java.lang.String propertyPrefix
           
 
Fields inherited from class org.gtk.java.swing.plaf.gtk.GtkRadioButtonUI
focusColor, highlight
 
Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset, listener
 
Constructor Summary
GtkCheckBoxUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Creates and returns a new instance of BasicRadioButtonUI.
 java.lang.String getPropertyPrefix()
          Returns the prefix used for UIDefaults properties.
 void installDefaults(javax.swing.AbstractButton b)
          Installs defaults from the Look & Feel table on the specified button.
protected  void uninstallDefaults(javax.swing.AbstractButton b)
          Removes the defaults added by installDefaults(AbstractButton) 55 .
 
Methods inherited from class org.gtk.java.swing.plaf.gtk.GtkRadioButtonUI
createButtonListener, getFocusColor, paint, paintFocus
 
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon
 
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
paintIcon
 
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 javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GtkCheckBoxUI

public GtkCheckBoxUI()
Method Detail

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