|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.ComponentOrientation
ComponentOrientation Class.
NOTE: This class is not full compatible with java.awt.ComponentOrientation class!
Field Summary | |
static ComponentOrientation |
LEFT_TO_RIGHT
|
static ComponentOrientation |
RIGHT_TO_LEFT
|
static ComponentOrientation |
UNKNOWN
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static ComponentOrientation |
getOrientation(java.util.Locale locale)
Returns component orientation for the specified locale object. |
int |
hashCode()
|
boolean |
isHorizontal()
Returns true if orientation is horizontal. |
boolean |
isLeftToRight()
Returns true if orientation is left-to-right. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ComponentOrientation UNKNOWN
public static final ComponentOrientation LEFT_TO_RIGHT
public static final ComponentOrientation RIGHT_TO_LEFT
Method Detail |
public boolean isHorizontal()
public boolean isLeftToRight()
public static ComponentOrientation getOrientation(java.util.Locale locale)
locale
- the locale
public int hashCode()
public boolean equals(java.lang.Object obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |