Class ShowEditDialogAction

An Action to show a dialog to edit a org.kaiwitte.workbench.data.MetaRecord.

Synopsis

 public final class ShowEditDialogAction extends AbstractAction {
  public ShowEditDialogAction(UIConfig config,
                              MetaSchemeTableModel tableModel,
                              JTable 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.ShowEditDialogAction

ShowEditDialogAction(UIConfig, MetaSchemeTableModel, JTable)

Synopsis: public ShowEditDialogAction(org.kaiwitte.workbench.ui.UIConfig co\
nfig,

                                      org.kaiwitte.workbench.ui.model.MetaS\
chemeTableModel tableModel, 
                                      javax.swing.JTable table);

Parameters

table

the table

tableModel

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 edit dialog for the selected record.