Class SearchHistoryAction

Performs a search in the database.

Synopsis

 public class SearchHistoryAction extends AbstractAction {
  public SearchHistoryAction(UIConfig config,
                             ConditionCreator searchPanel,
                             MetaSchemeTableModel resultReceiver);

  public void actionPerformed(ActionEvent e);
}

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

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

Inheritance Path. java.lang.Object-> javax.swing.AbstractAction-> org.kaiwitte.workbench.ui.controller.SearchHistoryAction

SearchHistoryAction(UIConfig, ConditionCreator, MetaSchemeTableModel)

Synopsis: public SearchHistoryAction(org.kaiwitte.workbench.ui.UIConfig con\
fig,

                                     org.kaiwitte.workbench.data.ConditionC\
reator searchPanel, 
                                     org.kaiwitte.workbench.ui.model.MetaSc\
hemeTableModel resultReceiver);

Parameters

searchPanel

the search panel

config

the UIConfig of the runtime context

Creates a new instance.

actionPerformed(ActionEvent)

Synopsis: public void actionPerformed(java.awt.event.ActionEvent e);

Parameters

e

not used

Performs the search.