Class ShowTransferRecordDialog

An Action to display to copy a org.kaiwitte.workbench.data.MetaRecord from one table to an other.

Synopsis

 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

ShowTransferRecordDialog(UIConfig, MetaRecord, MetaSchemeTableModel, MetaSchemeTableModel)

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.

actionPerformed(ActionEvent)

Synopsis: public void actionPerformed(java.awt.event.ActionEvent e);

Parameters

e

not used

Shows the dialog.