|
|||||||||||
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.WindowTypeHint
Field Summary | |
static WindowTypeHint |
DIALOG
|
static WindowTypeHint |
MENU
|
static WindowTypeHint |
NORMAL
|
static WindowTypeHint |
TOOLBAR
|
Method Summary | |
WindowTypeHint |
and(WindowTypeHint other)
|
static WindowTypeHint |
intern(int value)
|
WindowTypeHint |
or(WindowTypeHint other)
|
boolean |
test(WindowTypeHint other)
|
WindowTypeHint |
xor(WindowTypeHint 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 WindowTypeHint NORMAL
public static final WindowTypeHint DIALOG
public static final WindowTypeHint MENU
public static final WindowTypeHint TOOLBAR
Method Detail |
public static WindowTypeHint intern(int value)
public WindowTypeHint or(WindowTypeHint other)
public WindowTypeHint and(WindowTypeHint other)
public WindowTypeHint xor(WindowTypeHint other)
public boolean test(WindowTypeHint 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 |