An Action
to display to copy a org.kaiwitte.workbench.data.MetaRecord
from one
table to an other.
public final class ShowTransferRecordDialog extends AbstractAction {public ShowTransferRecordDialog(UIConfig config,
MetaRecord selectedRecord,
MetaSchemeTableModel sourceTableModel,
MetaSchemeTableModel targetTableModel);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.ShowTransferRecordDialog
Synopsis: public ShowTransferRecordDialog(org.kaiwitte.workbench.ui.UIConfi\ g config, org.kaiwitte.workbench.data.MetaR\ ecord selectedRecord, org.kaiwitte.workbench.ui.model.M\ etaSchemeTableModel sourceTableModel, org.kaiwitte.workbench.ui.model.M\ etaSchemeTableModel targetTableModel);
Parameters
config
the UIConfig
of the runtime context
selectedRecord
the record to be transfered
sourceTableModel
the source location
sourceTableModel
the destination
Creates a new instance.