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.AbstractActionInvoked 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 voidactionPerformed(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
-
-