|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.TextDirection
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
Direction for text display.
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 |
---|
public static final TextDirection NONE
public static final TextDirection LTR
public static final TextDirection RTL
Method Detail |
---|
public static TextDirection intern(int value)
public TextDirection or(TextDirection other)
public TextDirection and(TextDirection other)
public TextDirection xor(TextDirection other)
public boolean test(TextDirection other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |