Package ptolemy.vergil.basic
Class BasicGraphFrame.EditPreferencesAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.basic.BasicGraphFrame.EditPreferencesAction
-
- 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.EditPreferencesAction extends javax.swing.AbstractAction
Action to edit the preferences.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditPreferencesAction()
-
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
-
-