javax.swing.plaf.basic
Class BasicOptionPaneUI.TextFieldActionListener

java.lang.Object
  extended byjavax.swing.plaf.basic.BasicOptionPaneUI.TextFieldActionListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
BasicOptionPaneUI

private class BasicOptionPaneUI.TextFieldActionListener
extends Object
implements ActionListener

Listener when a JTextField is created to handle input from the user.


Constructor Summary
private BasicOptionPaneUI.TextFieldActionListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicOptionPaneUI.TextFieldActionListener

private BasicOptionPaneUI.TextFieldActionListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Description copied from interface: ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener