|
|||||||||||
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.WrapMode
Word wrapping mode for TextBuffer
objects.
Field Summary | |
static WrapMode |
CHAR
|
static WrapMode |
NONE
|
static WrapMode |
WORD
|
Method Summary | |
WrapMode |
and(WrapMode other)
|
static WrapMode |
intern(int value)
|
WrapMode |
or(WrapMode other)
|
boolean |
test(WrapMode other)
|
WrapMode |
xor(WrapMode 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 WrapMode NONE
public static final WrapMode CHAR
public static final WrapMode WORD
Method Detail |
public static WrapMode intern(int value)
public WrapMode or(WrapMode other)
public WrapMode and(WrapMode other)
public WrapMode xor(WrapMode other)
public boolean test(WrapMode 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 |