|
|||||||||||
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.WindowType
Field Summary | |
static WindowType |
CHILD
|
static WindowType |
DIALOG
|
static WindowType |
FOREIGN
|
static WindowType |
ROOT
|
static WindowType |
TEMP
|
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 ROOT
public static final WindowType TOPLEVEL
public static final WindowType CHILD
public static final WindowType DIALOG
public static final WindowType TEMP
public static final WindowType FOREIGN
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 |