org.gnu.gtk
Class TextDirection

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

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.TextDirection. 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 TextDirection
extends org.gnu.glib.Enum

Direction for text display.

See Also:
TreeView

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

LTR

public static final TextDirection LTR
Deprecated. 

RTL

public static final TextDirection RTL
Deprecated. 
Method Detail

intern

public static TextDirection intern(int value)
Deprecated. 

or

public TextDirection or(TextDirection other)
Deprecated. 

and

public TextDirection and(TextDirection other)
Deprecated. 

xor

public TextDirection xor(TextDirection other)
Deprecated. 

test

public boolean test(TextDirection other)
Deprecated.