protected class BasicGraphFrame.PasteAction
extends javax.swing.AbstractAction
Constructor and Description |
---|
PasteAction()
Create a new action to paste the current contents of the
clipboard into the current model.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Paste the current contents of the clipboard into
the current model.
|