org.gnu.gtk
Class WrapMode

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.WrapMode

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.

public class WrapMode
extends org.gnu.glib.Enum

Word wrapping mode for TextBuffer objects.


Field Summary
static WrapMode CHAR
          Deprecated.  
static WrapMode NONE
          Deprecated.  
static WrapMode WORD
          Deprecated.  
 
Method Summary
 WrapMode and(WrapMode other)
          Deprecated.  
static WrapMode intern(int value)
          Deprecated.  
 WrapMode or(WrapMode other)
          Deprecated.  
 boolean test(WrapMode other)
          Deprecated.  
 WrapMode xor(WrapMode other)
          Deprecated.  
 
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

NONE

public static final WrapMode NONE
Deprecated. 

CHAR

public static final WrapMode CHAR
Deprecated. 

WORD

public static final WrapMode WORD
Deprecated. 
Method Detail

intern

public static WrapMode intern(int value)
Deprecated. 

or

public WrapMode or(WrapMode other)
Deprecated. 

and

public WrapMode and(WrapMode other)
Deprecated. 

xor

public WrapMode xor(WrapMode other)
Deprecated. 

test

public boolean test(WrapMode other)
Deprecated.