Package org.jdesktop.swingx.plaf
Class SearchFieldUI.Handler
java.lang.Object
org.jdesktop.swingx.plaf.SearchFieldUI.Handler
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,EventListener
,DocumentListener
- Enclosing class:
SearchFieldUI
class SearchFieldUI.Handler
extends Object
implements PropertyChangeListener, ActionListener, DocumentListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Shows the search popup menu, if installed.void
void
void
void
private void
update()
Called when the search text changes.
-
Constructor Details
-
Handler
Handler()
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
actionPerformed
Shows the search popup menu, if installed.- Specified by:
actionPerformed
in interfaceActionListener
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
update
private void update()Called when the search text changes. CallsJXSearchField.postActionEvent()
In instant search mode or starts the search field instant search timer if the instant search delay is greater 0.
-