java.lang.Object
javax.swing.plaf.basic.BasicOptionPaneUI.ButtonActionListener
- すべての実装されたインタフェース:
ActionListener,EventListener
- 含まれているクラス:
- BasicOptionPaneUI
public class BasicOptionPaneUI.ButtonActionListener extends Object implements ActionListener
このクラスは、「protected」内部クラスとして扱うようにしてください。
BasicOptionPaneUIのサブクラス内でのみインスタンス化してください。 -
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 protected intbuttonIndexボタンのインデックスです。 -
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 ButtonActionListener(int buttonIndex)ButtonActionListenerの新しいインスタンスを構築します。 -
メソッドのサマリー
-
フィールド詳細
-
buttonIndex
protected int buttonIndexボタンのインデックスです。
-
-
コンストラクタの詳細
-
ButtonActionListener
public ButtonActionListener(int buttonIndex)ButtonActionListenerの新しいインスタンスを構築します。- パラメータ:
buttonIndex- ボタンのインデックス
-