org.simbrain.network.actions
Class PasteAction
java.lang.Object
javax.swing.AbstractAction
org.simbrain.network.actions.PasteAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public final class PasteAction
- extends AbstractAction
Paste action.
- See Also:
- Serialized Form
|
Constructor Summary |
PasteAction(NetworkPanel networkPanel)
Create a new paste action with the specified network panel. |
PasteAction
public PasteAction(NetworkPanel networkPanel)
- Create a new paste action with the specified network panel.
- Parameters:
networkPanel - network panel, must not be null
actionPerformed
public void actionPerformed(ActionEvent event)
- See Also:
AbstractAction