J2ME Foundation

Uses of Class
java.awt.ComponentOrientation

Packages that use ComponentOrientation
java.awt   
 

Uses of ComponentOrientation in java.awt
 

Fields in java.awt declared as ComponentOrientation
static ComponentOrientation ComponentOrientation.LEFT_TO_RIGHT
          Items run left to right and lines flow top to bottom Examples: English, French.
static ComponentOrientation ComponentOrientation.RIGHT_TO_LEFT
          Items run right to left and lines flow top to bottom Examples: Arabic, Hebrew.
static ComponentOrientation ComponentOrientation.UNKNOWN
          Indicates that a component's orientation has not been set.
 

Methods in java.awt that return ComponentOrientation
static ComponentOrientation ComponentOrientation.getOrientation(Locale locale)
          Return the orientation that is appropriate for the given locale
static ComponentOrientation ComponentOrientation.getOrientation(ResourceBundle bdl)
          Return the orientation appropriate for the given ResourceBundle's localization.
 


J2ME Foundation

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved. < /font >