org.gnu.gdk
Class InputCondition
java.lang.Object
org.gnu.glib.Flags
org.gnu.gdk.InputCondition
public class InputCondition
- extends org.gnu.glib.Flags
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 |
READ
public static final InputCondition READ
WRITE
public static final InputCondition WRITE
EXCEPTION
public static final InputCondition EXCEPTION
intern
public static InputCondition intern(int value)
or
public InputCondition or(InputCondition other)
and
public InputCondition and(InputCondition other)
xor
public InputCondition xor(InputCondition other)
test
public boolean test(InputCondition other)