Table of Contents
An action to apply a template to a org.kaiwitte.workbench.ui.controller.RecordReceiver
. The
templates can be defined by the user in the option dialog.
public final class ApplyPrototypeAction extends AbstractAction {public ApplyPrototypeAction(MetaScheme scheme,
String name,
RecordReceiver receiver,
String recordString);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.ApplyPrototypeAction
Synopsis: public ApplyPrototypeAction(org.kaiwitte.workbench.data.MetaSchem\ e scheme, java.lang.String name, org.kaiwitte.workbench.ui.controller.\ RecordReceiver receiver, java.lang.String recordString);
Parameters
scheme
the scheme to be used
name
the name for this Action
receiver
the receiver of the prototype record
recordString
the string that defines the fields of the template record. Fields are separated by commata.
Creates a new instance.