|
|||||||||||
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.gtk.WindowType
Field Summary | |
static WindowType |
POPUP
|
static WindowType |
TOPLEVEL
|
Method Summary | |
WindowType |
and(WindowType other)
|
static WindowType |
intern(int value)
|
WindowType |
or(WindowType other)
|
boolean |
test(WindowType other)
|
WindowType |
xor(WindowType 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 WindowType TOPLEVEL
public static final WindowType POPUP
Method Detail |
public static WindowType intern(int value)
public WindowType or(WindowType other)
public WindowType and(WindowType other)
public WindowType xor(WindowType other)
public boolean test(WindowType 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 |