Class NMR_JmolPanel.MoleculeDependentAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openscience.jmol.app.janocchio.NMR_JmolPanel.MoleculeDependentAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.beans.PropertyChangeListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Direct Known Subclasses:
NMR_JmolPanel.ViewCoupleTableAction
,NMR_JmolPanel.ViewNoeTableAction
- Enclosing class:
- NMR_JmolPanel
private abstract class NMR_JmolPanel.MoleculeDependentAction extends javax.swing.AbstractAction implements java.beans.PropertyChangeListener
-
-
Constructor Summary
Constructors Constructor Description MoleculeDependentAction(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent event)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-