Class DisplayPanel.SetStatusAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openscience.jmol.app.jmolpanel.DisplayPanel.SetStatusAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- DisplayPanel
protected class DisplayPanel.SetStatusAction extends javax.swing.AbstractAction
Action calling setStatus()- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
statusText
-
Constructor Summary
Constructors Constructor Description SetStatusAction(java.lang.String name, java.lang.String status)
-
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
-
-