パッケージ | 説明 |
---|---|
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) |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.