|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gdk.InputCondition
Field Summary | |
static InputCondition |
EXCEPTION
|
static InputCondition |
READ
|
static InputCondition |
WRITE
|
Fields inherited from class org.gnu.glib.Flags |
value_ |
Method Summary | |
InputCondition |
and(InputCondition other)
|
static InputCondition |
intern(int value)
|
InputCondition |
or(InputCondition other)
|
boolean |
test(InputCondition other)
|
InputCondition |
xor(InputCondition other)
|
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final InputCondition READ
public static final InputCondition WRITE
public static final InputCondition EXCEPTION
Method Detail |
public static InputCondition intern(int value)
public InputCondition or(InputCondition other)
public InputCondition and(InputCondition other)
public InputCondition xor(InputCondition other)
public boolean test(InputCondition other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |