Package org.jdesktop.swingx
Class JXSearchField.FindAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jdesktop.swingx.JXSearchField.FindAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- JXSearchField
public class JXSearchField.FindAction extends javax.swing.AbstractAction
Invoked when the find button is pressed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
In regular search mode posts an action event if the search field is the focus owner.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-