|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Flags | +--org.gnu.gdk.InputCondition
Field Summary | |
static InputCondition |
EXCEPTION
|
static InputCondition |
READ
|
static InputCondition |
WRITE
|
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 |
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)
|
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 |