Package ptolemy.vergil.basic
Class BasicGraphFrame.CutAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.basic.BasicGraphFrame.CutAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- BasicGraphFrame
protected class BasicGraphFrame.CutAction extends javax.swing.AbstractAction
Action to copy and delete the current selection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CutAction()
Create a new action to copy and delete the current selection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Copy and delete the current selection.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-