An Action
to store a record in the persistence layer.
public class StoreRecordAction extends AbstractAction {public StoreRecordAction(UIConfig config,
NewRecordPanel newRecordPanel,
JDialog dialog);public MetaRecord getInsertedRecord();
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.StoreRecordAction
Synopsis: public StoreRecordAction(org.kaiwitte.workbench.ui.UIConfig confi\ g, org.kaiwitte.workbench.ui.view.NewRecord\ Panel newRecordPanel, javax.swing.JDialog dialog);
Parameters
newRecordPanel
the panel where the user entered the data
config
the UIConfig
of the runtime context
Creates a new instance.