|
|||||||||||
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.WindowState
Field Summary | |
static WindowState |
ICONIFIED
|
static WindowState |
MAXIMIZED
|
static WindowState |
STICKY
|
static WindowState |
WITHDRAWN
|
Method Summary | |
WindowState |
and(WindowState other)
|
static WindowState |
intern(int value)
|
WindowState |
or(WindowState other)
|
boolean |
test(WindowState other)
|
WindowState |
xor(WindowState 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 WindowState WITHDRAWN
public static final WindowState ICONIFIED
public static final WindowState MAXIMIZED
public static final WindowState STICKY
Method Detail |
public static WindowState intern(int value)
public WindowState or(WindowState other)
public WindowState and(WindowState other)
public WindowState xor(WindowState other)
public boolean test(WindowState 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 |