public class

BasicOptionPaneUI.ButtonActionListener

extends Object
implements ActionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicOptionPaneUI.ButtonActionListener

Class Overview

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicOptionPaneUI.

Summary

Fields
protected int buttonIndex
Public Constructors
BasicOptionPaneUI.ButtonActionListener(int buttonIndex)
Public Methods
void actionPerformed(ActionEvent e)
Invoked when an action occurs.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ActionListener

Fields

protected int buttonIndex

Public Constructors

public BasicOptionPaneUI.ButtonActionListener (int buttonIndex)

Public Methods

public void actionPerformed (ActionEvent e)

Invoked when an action occurs.