faa.tg.eco.ecogui.embedableTextEditor
Class SearchAction

java.lang.Object
  extended by faa.tg.eco.ecogui.embedableTextEditor.SearchAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class SearchAction
extends java.lang.Object
implements java.awt.event.ActionListener

Version:
Author:
dan

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private)  EmbedableTextEditor ete
           
 
Constructor Summary
SearchAction(EmbedableTextEditor ete)
          Creates new SearchAction
 
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

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

ete

EmbedableTextEditor ete
Constructor Detail

SearchAction

public SearchAction(EmbedableTextEditor ete)
Creates new SearchAction

Method Detail

actionPerformed

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