org.gnu.gtk
Class StateType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.StateType
public class StateType
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NORMAL
public static final StateType NORMAL
ACTIVE
public static final StateType ACTIVE
PRELIGHT
public static final StateType PRELIGHT
SELECTED
public static final StateType SELECTED
INSENSITIVE
public static final StateType INSENSITIVE
intern
public static StateType intern(int value)
or
public StateType or(StateType other)
and
public StateType and(StateType other)
xor
public StateType xor(StateType other)
test
public boolean test(StateType other)