|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Class
java.awt.ComponentOrientation
| Uses of ComponentOrientation in java.awt |
| Fields in java.awt declared as ComponentOrientation | |
(package private) ComponentOrientation |
Component.orientation
The preferred component orientation. |
static ComponentOrientation |
ComponentOrientation.LEFT_TO_RIGHT
Items run left to right, and lines flow top to bottom. |
static ComponentOrientation |
ComponentOrientation.RIGHT_TO_LEFT
Items run right to left, and lines flow top to bottom. |
static ComponentOrientation |
ComponentOrientation.UNKNOWN
The orientation is unknown for the locale. |
| Methods in java.awt that return ComponentOrientation | |
ComponentOrientation |
Component.getComponentOrientation()
Determines the text layout orientation used by this component. |
static ComponentOrientation |
ComponentOrientation.getOrientation(java.util.Locale locale)
Gets an orientation appropriate for the locale. |
static ComponentOrientation |
ComponentOrientation.getOrientation(java.util.ResourceBundle bdl)
Deprecated. use getOrientation(Locale) 55 instead |
| Methods in java.awt with parameters of type ComponentOrientation | |
void |
Component.setComponentOrientation(ComponentOrientation o)
Sets the text layout orientation of this component. |
void |
Component.applyComponentOrientation(ComponentOrientation o)
Sets the text layout orientation of this component. |
void |
Container.applyComponentOrientation(ComponentOrientation orientation)
Sets the ComponentOrientation property of this container and all components contained within it. |
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||