swingwt.awt
Class ComponentOrientation

java.lang.Object
  extended byswingwt.awt.ComponentOrientation
All Implemented Interfaces:
java.io.Serializable

public final class ComponentOrientation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static ComponentOrientation LEFT_TO_RIGHT
           
static ComponentOrientation RIGHT_TO_LEFT
           
static ComponentOrientation UNKNOWN
           
 
Method Summary
static ComponentOrientation getOrientation(java.util.Locale locale)
           
static ComponentOrientation getOrientation(java.util.ResourceBundle bdl)
           
 boolean isHorizontal()
           
 boolean isLeftToRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT_TO_RIGHT

public static final ComponentOrientation LEFT_TO_RIGHT

RIGHT_TO_LEFT

public static final ComponentOrientation RIGHT_TO_LEFT

UNKNOWN

public static final ComponentOrientation UNKNOWN
Method Detail

isHorizontal

public boolean isHorizontal()

isLeftToRight

public boolean isLeftToRight()

getOrientation

public static ComponentOrientation getOrientation(java.util.Locale locale)

getOrientation

public static ComponentOrientation getOrientation(java.util.ResourceBundle bdl)