Class JmolPanel.CopyImageAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openscience.jmol.app.jmolpanel.JmolPanel.CopyImageAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- JmolPanel
class JmolPanel.CopyImageAction extends javax.swing.AbstractAction
An Action to copy the current image into the clipboard.
-
-
Constructor Summary
Constructors Constructor Description CopyImageAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-