org.gnu.gtk

Class WrapMode

public class WrapMode extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.WrapMode. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

Word wrapping mode for TextBuffer objects.
Field Summary
static WrapModeCHAR
static WrapModeNONE
static WrapModeWORD
Method Summary
WrapModeand(WrapMode other)
static WrapModeintern(int value)
WrapModeor(WrapMode other)
booleantest(WrapMode other)
WrapModexor(WrapMode other)

Field Detail

CHAR

public static final WrapMode CHAR

NONE

public static final WrapMode NONE

WORD

public static final WrapMode WORD

Method Detail

and

public WrapMode and(WrapMode other)

intern

public static WrapMode intern(int value)

or

public WrapMode or(WrapMode other)

test

public boolean test(WrapMode other)

xor

public WrapMode xor(WrapMode other)