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
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.ActionListener
actionPerformed
-
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
-