net.sf.dc.core.actions
Class SearchAction

java.lang.Object
  extended by net.sf.dc.core.actions.DCAction
      extended by net.sf.dc.core.actions.SearchAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class SearchAction
extends DCAction

Opens the Advanced Find form

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Field Summary
 
Fields inherited from class net.sf.dc.core.actions.DCAction
_INSERTTAB, _NOTETAB, _SEARCHTAB
 
Constructor Summary
SearchAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class net.sf.dc.core.actions.DCAction
changeModule, getCurrentTab, getModule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchAction

public SearchAction()
Method Detail

actionPerformed

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