|
|||||||||||
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.gdk.NotifyType
Field Summary | |
static NotifyType |
ANCESTOR
|
static NotifyType |
INFERIOR
|
static NotifyType |
NONLINEAR
|
static NotifyType |
NONLINEAR_VIRTUAL
|
static NotifyType |
UNKNOWN
|
static NotifyType |
VIRTUAL
|
Method Summary | |
NotifyType |
and(NotifyType other)
|
static NotifyType |
intern(int value)
|
NotifyType |
or(NotifyType other)
|
boolean |
test(NotifyType other)
|
NotifyType |
xor(NotifyType 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 NotifyType ANCESTOR
public static final NotifyType VIRTUAL
public static final NotifyType INFERIOR
public static final NotifyType NONLINEAR
public static final NotifyType NONLINEAR_VIRTUAL
public static final NotifyType UNKNOWN
Method Detail |
public static NotifyType intern(int value)
public NotifyType or(NotifyType other)
public NotifyType and(NotifyType other)
public NotifyType xor(NotifyType other)
public boolean test(NotifyType 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 |