| 
 | JavaTM 2 Platform Standard Edition | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentOrientation | |
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| Uses of ComponentOrientation in java.awt | 
| Fields in java.awt declared as ComponentOrientation | |
| static ComponentOrientation | ComponentOrientation.LEFT_TO_RIGHTItems run left to right and lines flow top to bottom Examples: English, French. | 
| static ComponentOrientation | ComponentOrientation.RIGHT_TO_LEFTItems run right to left and lines flow top to bottom Examples: Arabic, Hebrew. | 
| static ComponentOrientation | ComponentOrientation.UNKNOWNIndicates that a component's orientation has not been set. | 
| Methods in java.awt that return ComponentOrientation | |
|  ComponentOrientation | Component.getComponentOrientation()Retrieve the language-sensitive orientation that is to be used to order the elements or text within this component. | 
| 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. | 
| Methods in java.awt with parameters of type ComponentOrientation | |
|  void | Component.setComponentOrientation(ComponentOrientation o)Set the language-sensitive orientation that is to be used to order the elements or text within this component. | 
| 
 | JavaTM 2 Platform Standard Edition | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||