| パッケージ | 説明 | 
|---|---|
| java.awt | 
 ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 
 | 
| javax.swing | 
 すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。 
 | 
| javax.swing.text | 
 編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。 
 | 
| 修飾子と型 | フィールドと説明 | 
|---|---|
static ComponentOrientation | 
ComponentOrientation.LEFT_TO_RIGHT
アイテムは左から右に配置され、行は上から下に配置されます。英語、フランス語などがこれに該当します。 
 | 
static ComponentOrientation | 
ComponentOrientation.RIGHT_TO_LEFT
アイテムは右から左に配置され、行は上から下に配置されます。アラビア語、ヘブライ語などがこれに該当します。 
 | 
static ComponentOrientation | 
ComponentOrientation.UNKNOWN
コンポーネントの配置が設定されていないことを示します。 
 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
ComponentOrientation | 
Component.getComponentOrientation()
このコンポーネント内の要素またはテキストを整列するために使用する、言語に依存する方向を取得します。 
 | 
static ComponentOrientation | 
ComponentOrientation.getOrientation(Locale locale)
措定されたロケールに対して適切な配置方向を返します。 
 | 
static ComponentOrientation | 
ComponentOrientation.getOrientation(ResourceBundle bdl)
非推奨。 
 
J2SE 1.4以降は、 
getOrientation(java.util.Locale)を使用してください。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
Container.applyComponentOrientation(ComponentOrientation o)
このコンテナと、その中に含まれているすべてのコンポーネントの 
ComponentOrientationプロパティを設定します。 | 
void | 
Component.applyComponentOrientation(ComponentOrientation orientation)
このコンポーネントと、その中に含まれているすべてのコンポーネントの 
ComponentOrientationプロパティを設定します。 | 
void | 
Component.setComponentOrientation(ComponentOrientation o)
このコンポーネント内の要素またはテキストを整列するために使用する、言語に依存する方向を設定します。 
 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
JMenu.applyComponentOrientation(ComponentOrientation o)
このメニューおよびこのメニューに含まれるすべてのコンポーネントの 
ComponentOrientationプロパティを設定します。 | 
void | 
JMenu.setComponentOrientation(ComponentOrientation o)  | 
void | 
JScrollPane.setComponentOrientation(ComponentOrientation co)
垂直および水平スクロール・バーの方向を、 
ComponentOrientation引数で指定された方向に設定します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
JTextComponent.setComponentOrientation(ComponentOrientation o)  | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
 Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.