|
|||||||||||
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.GrabStatus
Field Summary | |
static GrabStatus |
ALREADY_GRABBED
|
static GrabStatus |
FROZEN
|
static GrabStatus |
INVALID_TIME
|
static GrabStatus |
NOT_VIEWABLE
|
static GrabStatus |
SUCCESS
|
Method Summary | |
GrabStatus |
and(GrabStatus other)
|
static GrabStatus |
intern(int value)
|
GrabStatus |
or(GrabStatus other)
|
boolean |
test(GrabStatus other)
|
GrabStatus |
xor(GrabStatus 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 GrabStatus SUCCESS
public static final GrabStatus ALREADY_GRABBED
public static final GrabStatus INVALID_TIME
public static final GrabStatus NOT_VIEWABLE
public static final GrabStatus FROZEN
Method Detail |
public static GrabStatus intern(int value)
public GrabStatus or(GrabStatus other)
public GrabStatus and(GrabStatus other)
public GrabStatus xor(GrabStatus other)
public boolean test(GrabStatus 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 |