Class ShowNewRecordDialog

An Action to display a dialog for entering a new record.

Synopsis

 public final class ShowNewRecordDialog extends AbstractAction {
  public ShowNewRecordDialog(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.ShowNewRecordDialog

ShowNewRecordDialog(UIConfig, MetaSchemeTableModel)

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

                                     org.kaiwitte.workbench.ui.model.MetaSc\
hemeTableModel 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.