|
|||||||||||
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.TextWindowType
Field Summary | |
static TextWindowType |
BOTTOM
|
static TextWindowType |
LEFT
|
static TextWindowType |
PRIVATE
|
static TextWindowType |
RIGHT
|
static TextWindowType |
TEXT
|
static TextWindowType |
TOP
|
static TextWindowType |
WIDGET
|
Method Summary | |
TextWindowType |
and(TextWindowType other)
|
static TextWindowType |
intern(int value)
|
TextWindowType |
or(TextWindowType other)
|
boolean |
test(TextWindowType other)
|
TextWindowType |
xor(TextWindowType 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 TextWindowType PRIVATE
public static final TextWindowType WIDGET
public static final TextWindowType TEXT
public static final TextWindowType LEFT
public static final TextWindowType RIGHT
public static final TextWindowType TOP
public static final TextWindowType BOTTOM
Method Detail |
public static TextWindowType intern(int value)
public TextWindowType or(TextWindowType other)
public TextWindowType and(TextWindowType other)
public TextWindowType xor(TextWindowType other)
public boolean test(TextWindowType 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 |