javax.swing.plaf.basic
Class BasicComboBoxUI.EditorActionListener

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

class BasicComboBoxUI.EditorActionListener
extends Object
implements ActionListener


Constructor Summary
(package private) BasicComboBoxUI.EditorActionListener()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
          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

BasicComboBoxUI.EditorActionListener

BasicComboBoxUI.EditorActionListener()
Method Detail

actionPerformed

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

Specified by:
actionPerformed in interface ActionListener