Class JXSearchField.FindAction

java.lang.Object
javax.swing.AbstractAction
org.jdesktop.swingx.JXSearchField.FindAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
JXSearchField

public class JXSearchField.FindAction extends AbstractAction
Invoked when the find button is pressed.
See Also:
  • Constructor Details

    • FindAction

      public FindAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      In regular search mode posts an action event if the search field is the focus owner. Also requests the focus for the search field and selects the whole text.