Class ShowSearchDialog

An Action to display a search dialog.

Synopsis

 public final class ShowSearchDialog extends AbstractAction {
  public ShowSearchDialog(UIConfig config,
                          MetaSchemeTableModel table);

  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.ShowSearchDialog

ShowSearchDialog(UIConfig, MetaSchemeTableModel)

Synopsis: public ShowSearchDialog(org.kaiwitte.workbench.ui.UIConfig config\
,

                                  org.kaiwitte.workbench.ui.model.MetaSchem\
eTableModel table);

Parameters

table

the table model

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

Shows the dialog.