Uses of Class
java.awt.ComponentOrientation
-
Packages that use ComponentOrientation 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of ComponentOrientation in java.awt
Fields in java.awt declared as ComponentOrientation Modifier and Type Field 描述 static ComponentOrientationComponentOrientation. LEFT_TO_RIGHT项目从左到右运行,线条从上到下实例:英语,法语。static ComponentOrientationComponentOrientation. RIGHT_TO_LEFT项目从右到左运行,线条从上到下实例:阿拉伯语,希伯来文。static ComponentOrientationComponentOrientation. UNKNOWN表示组件的方向尚未设置。Methods in java.awt that return ComponentOrientation Modifier and Type 方法 描述 ComponentOrientationComponent. getComponentOrientation()检索用于对该组件中的元素或文本进行排序的语言敏感方向。static ComponentOrientationComponentOrientation. getOrientation(Locale locale)返回适合给定区域设置的方向。static ComponentOrientationComponentOrientation. getOrientation(ResourceBundle bdl)已过时。截至J2SE 1.4,使用getOrientation(java.util.Locale)。Methods in java.awt with parameters of type ComponentOrientation Modifier and Type 方法 描述 voidComponent. applyComponentOrientation(ComponentOrientation orientation)设置此组件的ComponentOrientation属性及其中包含的所有组件。voidContainer. applyComponentOrientation(ComponentOrientation o)设置此容器的ComponentOrientation属性及其中包含的所有组件。voidComponent. setComponentOrientation(ComponentOrientation o)设置用于对该组件中的元素或文本进行排序的语言敏感方向。 -
Uses of ComponentOrientation in javax.swing
Methods in javax.swing with parameters of type ComponentOrientation Modifier and Type 方法 描述 voidJMenu. applyComponentOrientation(ComponentOrientation o)设置此菜单的ComponentOrientation属性及其中包含的所有组件。voidJMenu. setComponentOrientation(ComponentOrientation o)voidJScrollPane. setComponentOrientation(ComponentOrientation co)设置由ComponentOrientation参数确定的垂直和水平滚动条的方向。voidJSpinner.NumberEditor. setComponentOrientation(ComponentOrientation o)设置用于对该组件中的元素或文本进行排序的语言敏感方向。 -
Uses of ComponentOrientation in javax.swing.text
Methods in javax.swing.text with parameters of type ComponentOrientation Modifier and Type 方法 描述 voidJTextComponent. setComponentOrientation(ComponentOrientation o)
-