applications.proxy.main
Class TextUIWindow.SearchAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--applications.proxy.main.TextUIWindow.SearchAction

class TextUIWindow.SearchAction
extends AbstractAction

Description of the Class

Author:
igasp
created March 8, 2001

Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport

Constructor Summary
TextUIWindow.SearchAction()
          Constructor for the SearchAction object

Method Summary
 voidactionPerformed(ActionEvent actionEvent)
          Description of the Method

Methods inherited from class javax.swing.AbstractAction
getValue, putValue, isEnabled, setEnabled, getKeys, firePropertyChange, addPropertyChangeListener, removePropertyChangeListener, clone

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

TextUIWindow.SearchAction

public TextUIWindow.SearchAction()
Constructor for the SearchAction object
Since:
Method Detail

actionPerformed

public void actionPerformed(ActionEvent actionEvent)
Description of the Method
Parameters:
actionEvent - Description of Parameter
Since: