java.lang.Object
javax.swing.plaf.basic.BasicOptionPaneUI.ButtonActionListener
- All Implemented Interfaces:
 ActionListener,EventListener
- Enclosing class:
 - BasicOptionPaneUI
 
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
BasicOptionPaneUI.- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionButtonActionListener(int buttonIndex)Constructs a new instance ofButtonActionListener. - 
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when an action occurs. 
- 
Field Details
- 
buttonIndex
protected int buttonIndexThe index of the button. 
 - 
 - 
Constructor Details
- 
ButtonActionListener
public ButtonActionListener(int buttonIndex)Constructs a new instance ofButtonActionListener.- Parameters:
 buttonIndex- an index of the button
 
 - 
 - 
Method Details
- 
actionPerformed
Description copied from interface:ActionListenerInvoked when an action occurs.- Specified by:
 actionPerformedin interfaceActionListener- Parameters:
 e- the event to be processed
 
 -