Package ptolemy.vergil.basic
Class BasicGraphFrame.PasteAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.basic.BasicGraphFrame.PasteAction
-
- 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.PasteAction extends javax.swing.AbstractActionPaste the current contents of the clipboard into the current model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasteAction()Create a new action to paste the current contents of the clipboard into the current model.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)Paste the current contents of the clipboard into the current model.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-