java.lang.Object
javax.swing.plaf.basic.BasicOptionPaneUI.ButtonActionListener
- All Implemented Interfaces:
- ActionListener,- EventListener
- Enclosing class:
- BasicOptionPaneUI
public class BasicOptionPaneUI.ButtonActionListener extends Object implements ActionListener
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
BasicOptionPaneUI.- 
Field SummaryFields Modifier and Type Field Description protected intbuttonIndexThe index of the button.
- 
Constructor SummaryConstructors Constructor Description ButtonActionListener(int buttonIndex)Constructs a new instance ofButtonActionListener.
- 
Method Summary
- 
Field Details- 
buttonIndexprotected int buttonIndexThe index of the button.
 
- 
- 
Constructor Details- 
ButtonActionListenerpublic ButtonActionListener(int buttonIndex)Constructs a new instance ofButtonActionListener.- Parameters:
- buttonIndex- an index of the button
 
 
-