パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.plaf |
Swingがプラグイン可能なLook & Feel機能を提供するために使用する、1つのインタフェースおよび多くのabstractクラスを提供します。
|
javax.swing.plaf.basic |
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.metal |
デフォルトのLook & FeelであるJava Look & Feel (以前のコード名はMetal)に従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.synth |
Synthは、すべてのペイントが委譲されるスキン設定可能なLook & Feelです。
|
修飾子と型 | フィールドと説明 |
---|---|
protected JButton |
JRootPane.defaultButton
ペインがフォーカスを持つとき、およびEnterキーを押すなどのUI固有のアクションを持つときにアクティブになるボタンです。
|
修飾子と型 | メソッドと説明 |
---|---|
JButton |
JToolBar.add(Action a)
アクションをディスパッチする新しい
JButton を追加します。 |
protected JButton |
JToolBar.createActionComponent(Action a)
JToolBar に追加されるAction のJButton を作成するファクトリ・メソッドです。 |
JButton |
JRootPane.getDefaultButton()
defaultButton プロパティの値を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected PropertyChangeListener |
JToolBar.createActionChangeListener(JButton b)
Action への変更が発生する場合にコントロールを更新するための、適切に設定されたPropertyChangeListener を返します。コントロールにデフォルトのプロパティ変更リスナーが必要な場合は、null が返されます。 |
void |
JRootPane.setDefaultButton(JButton defaultButton)
defaultButton プロパティを設定して、このJRootPane の現在のデフォルト・ボタンを指定します。 |
修飾子と型 | メソッドと説明 |
---|---|
JButton |
FileChooserUI.getDefaultButton(JFileChooser fc)
現在の
LookAndFeel のデフォルトのボタンを返します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
BasicArrowButton
基本方向のいずれかにスケーリングされる矢印を描画するJButtonオブジェクトです。
|
修飾子と型 | フィールドと説明 |
---|---|
protected JButton |
BasicComboBoxUI.arrowButton |
protected JButton |
BasicInternalFrameTitlePane.closeButton |
protected JButton |
BasicScrollBarUI.decrButton |
protected JButton |
BasicInternalFrameTitlePane.iconButton |
protected JButton |
BasicScrollBarUI.incrButton |
protected JButton |
BasicSplitPaneDivider.leftButton
左側のコンポーネントをすばやく切り替えるためのボタンです。
|
protected JButton |
BasicInternalFrameTitlePane.maxButton |
protected JButton |
BasicSplitPaneDivider.rightButton
右側のコンポーネントをすばやく切り替えるためのボタンです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected JButton |
BasicComboBoxUI.createArrowButton()
コンボボックスのポップアップ部分の表示または非表示の制御に使用されるボタンを作成します。
|
protected JButton |
BasicScrollBarUI.createDecreaseButton(int orientation) |
protected JButton |
BasicScrollBarUI.createIncreaseButton(int orientation) |
protected JButton |
BasicSplitPaneDivider.createLeftOneTouchButton()
分割ペインの左側のコンポーネントを折りたたむために使用できるJButtonのインスタンスを作成し、それを返します。
|
protected JButton |
BasicSplitPaneDivider.createRightOneTouchButton()
分割ペインの右側のコンポーネントを折りたたむために使用できるJButtonのインスタンスを作成し、それを返します。
|
protected JButton |
BasicTabbedPaneUI.createScrollButton(int direction)
特定の方向にタブをスクロールする手段をユーザーに提供するJButtonを作成し、それを返します。
|
protected JButton |
BasicFileChooserUI.getApproveButton(JFileChooser fc) |
JButton |
BasicFileChooserUI.getDefaultButton(JFileChooser fc) |
修飾子と型 | クラスと説明 |
---|---|
class |
MetalComboBoxButton
MetalComboBoxUIを補助するJButtonサブクラス
|
class |
MetalScrollButton
Metalスクロール・バー矢印用のJButtonオブジェクトです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected JButton |
MetalComboBoxUI.createArrowButton() |
protected JButton |
MetalScrollBarUI.createDecreaseButton(int orientation)
縮小ビューを表すビューを返します。
|
protected JButton |
MetalScrollBarUI.createIncreaseButton(int orientation)
拡大ビューを表すビューを返します。
|
protected JButton |
MetalFileChooserUI.getApproveButton(JFileChooser fc) |
修飾子と型 | メソッドと説明 |
---|---|
protected JButton |
SynthComboBoxUI.createArrowButton()
コンボボックスのポップアップ部分の表示または非表示の制御に使用されるボタンを作成します。
|
protected JButton |
SynthScrollBarUI.createDecreaseButton(int orientation) |
protected JButton |
SynthScrollBarUI.createIncreaseButton(int orientation) |
protected JButton |
SynthTabbedPaneUI.createScrollButton(int direction)
特定の方向にタブをスクロールする手段をユーザーに提供するJButtonを作成し、それを返します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.