org.gnu.gdk
Class NotifyType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.NotifyType
public class NotifyType
- extends org.gnu.glib.Enum
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 |
ANCESTOR
public static final NotifyType ANCESTOR
VIRTUAL
public static final NotifyType VIRTUAL
INFERIOR
public static final NotifyType INFERIOR
NONLINEAR
public static final NotifyType NONLINEAR
NONLINEAR_VIRTUAL
public static final NotifyType NONLINEAR_VIRTUAL
UNKNOWN
public static final NotifyType UNKNOWN
intern
public static NotifyType intern(int value)
or
public NotifyType or(NotifyType other)
and
public NotifyType and(NotifyType other)
xor
public NotifyType xor(NotifyType other)
test
public boolean test(NotifyType other)