- 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 ofBasicOptionPaneUI.
-
-
Field Summary
Fields Modifier and Type Field Description protected intbuttonIndexThe index of the button.
-
Constructor Summary
Constructors Constructor Description ButtonActionListener(int buttonIndex)Constructs a new instance ofButtonActionListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)Invoked when an action occurs.
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
Description copied from interface:ActionListenerInvoked when an action occurs.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e- the event to be processed
-
-