|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.StateType
Field Summary | |
static StateType |
ACTIVE
|
static StateType |
INSENSITIVE
|
static StateType |
NORMAL
|
static StateType |
PRELIGHT
|
static StateType |
SELECTED
|
Method Summary | |
StateType |
and(StateType other)
|
static StateType |
intern(int value)
|
StateType |
or(StateType other)
|
boolean |
test(StateType other)
|
StateType |
xor(StateType other)
|
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 |
Field Detail |
public static final StateType NORMAL
public static final StateType ACTIVE
public static final StateType PRELIGHT
public static final StateType SELECTED
public static final StateType INSENSITIVE
Method Detail |
public static StateType intern(int value)
public StateType or(StateType other)
public StateType and(StateType other)
public StateType xor(StateType other)
public boolean test(StateType other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |