|
java-gnome version 4.1.2 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.TextDirection
public final class TextDirection
Constants used to describe the direction of the text inside a widget.
| Field Summary | |
|---|---|
static TextDirection |
LEFT_TO_RIGHT
The text is written from left to right. |
static TextDirection |
NONE
No direction specified. |
static TextDirection |
RIGHT_TO_LEFT
The text is written from right to left. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TextDirection LEFT_TO_RIGHT
public static final TextDirection NONE
public static final TextDirection RIGHT_TO_LEFT
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||