Uses of Class
java.awt.ComponentOrientation
-
Packages that use ComponentOrientation Package Description 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 Modifier and Type Field and Description static ComponentOrientationComponentOrientation. LEFT_TO_RIGHTItems run left to right and lines flow top to bottom Examples: English, French.static ComponentOrientationComponentOrientation. RIGHT_TO_LEFTItems run right to left and lines flow top to bottom Examples: Arabic, Hebrew.static ComponentOrientationComponentOrientation. UNKNOWNIndicates that a component's orientation has not been set.Methods in java.awt that return ComponentOrientation Modifier and Type Method and Description ComponentOrientationComponent. getComponentOrientation()Retrieves the language-sensitive orientation that is to be used to order the elements or text within this component.static ComponentOrientationComponentOrientation. getOrientation(java.util.Locale locale)Returns the orientation that is appropriate for the given locale.static ComponentOrientationComponentOrientation. getOrientation(java.util.ResourceBundle bdl)Deprecated. As of J2SE 1.4, usegetOrientation(java.util.Locale).Methods in java.awt with parameters of type ComponentOrientation Modifier and Type Method and Description voidContainer. applyComponentOrientation(ComponentOrientation o)Sets theComponentOrientationproperty of this container and all components contained within it.voidComponent. applyComponentOrientation(ComponentOrientation orientation)Sets theComponentOrientationproperty of this component and all components contained within it.voidComponent. setComponentOrientation(ComponentOrientation o)Sets the language-sensitive orientation that is to be used to order the elements or text within this component.
-
