|
|||||||||||
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.gnome.InteractStyle
Field Summary | |
static InteractStyle |
ANY
|
static InteractStyle |
ERRORS
|
static InteractStyle |
NONE
|
Method Summary | |
InteractStyle |
and(InteractStyle other)
|
static InteractStyle |
intern(int value)
|
InteractStyle |
or(InteractStyle other)
|
boolean |
test(InteractStyle other)
|
InteractStyle |
xor(InteractStyle 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 InteractStyle NONE
public static final InteractStyle ERRORS
public static final InteractStyle ANY
Method Detail |
public static InteractStyle intern(int value)
public InteractStyle or(InteractStyle other)
public InteractStyle and(InteractStyle other)
public InteractStyle xor(InteractStyle other)
public boolean test(InteractStyle 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 |