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