|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gdk.WindowState
Field Summary | |
static WindowState |
ICONIFIED
|
static WindowState |
MAXIMIZED
|
static WindowState |
STICKY
|
static WindowState |
WITHDRAWN
|
Fields inherited from class org.gnu.glib.Flags |
value_ |
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 |
clone, finalize, 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |