com.birosoft.liquid
Class LiquidOptionPaneUI.ButtonActionListener

java.lang.Object
  extended by com.birosoft.liquid.LiquidOptionPaneUI.ButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
LiquidOptionPaneUI

public class LiquidOptionPaneUI.ButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

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.


Field Summary
protected  int buttonIndex
           
 
Constructor Summary
LiquidOptionPaneUI.ButtonActionListener(int buttonIndex)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttonIndex

protected int buttonIndex
Constructor Detail

LiquidOptionPaneUI.ButtonActionListener

public LiquidOptionPaneUI.ButtonActionListener(int buttonIndex)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener