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
-
Constructor Summary
ConstructorDescriptionButtonActionListener
(int buttonIndex) Constructs a new instance ofButtonActionListener
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked 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:ActionListener
Invoked when an action occurs.- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- the event to be processed
-