Package ptolemy.vergil.basic
Class BasicGraphFrame.FindAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.basic.BasicGraphFrame.FindAction
-
- 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.FindAction extends javax.swing.AbstractActionAction to search for text in a model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindAction()Create a new action to search for text.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)Open a dialog to find the specified text.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-