|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.LayoutDirection
public class LayoutDirection
Describes the layout direction of text and content to provide support for bidirectional localization.
| Field Summary | |
|---|---|
static LayoutDirection |
LTR
|
static LayoutDirection |
RTL
|
| Method Summary | |
|---|---|
static LayoutDirection |
forLocale(java.util.Locale locale)
Returns the default LayoutDirection for the specified
Locale. |
boolean |
isLeftToRight()
Determines if the LayoutDirection is left-to-right. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final LayoutDirection LTR
public static final LayoutDirection RTL
| Method Detail |
|---|
public static LayoutDirection forLocale(java.util.Locale locale)
LayoutDirection for the specified
Locale.
locale - the locale
public boolean isLeftToRight()
LayoutDirection is left-to-right.
LayoutDirection is left-to-right.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||