org.gnu.gtk
Class CellRendererToggle.Attribute

java.lang.Object
  extended by org.gnu.gtk.CellRendererAttribute
      extended by org.gnu.gtk.CellRenderer.Attribute
          extended by org.gnu.gtk.CellRendererToggle.Attribute
Enclosing class:
CellRendererToggle

public static class CellRendererToggle.Attribute
extends CellRenderer.Attribute

Attributes for mapping to data in the TreeModel


Field Summary
static CellRendererToggle.Attribute ACTIVATABLE
          Whether the user can change the state of the toggle
static CellRendererToggle.Attribute ACTIVE
          The state of the toggle
static CellRendererToggle.Attribute INCONSISTENT
          The inconsistent state of the button.
static CellRendererToggle.Attribute RADIO
          Draw the toggle button as a radio button.
 
Fields inherited from class org.gnu.gtk.CellRenderer.Attribute
CELL_BACKGROUND, CELL_BACKGROUND_GDK, CELL_BACKGROUND_SET, HEIGHT, IS_EXPANDED, IS_EXPANDER, MODE, SENSITIVE, VISIBLE, WIDTH, XALIGN, XPAD, YALIGN, YPAD
 
Method Summary
 
Methods inherited from class org.gnu.gtk.CellRendererAttribute
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTIVE

public static final CellRendererToggle.Attribute ACTIVE
The state of the toggle


ACTIVATABLE

public static final CellRendererToggle.Attribute ACTIVATABLE
Whether the user can change the state of the toggle


INCONSISTENT

public static final CellRendererToggle.Attribute INCONSISTENT
The inconsistent state of the button.


RADIO

public static final CellRendererToggle.Attribute RADIO
Draw the toggle button as a radio button.