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 TypeMethodDescriptionvoidShows the search popup menu, if installed.voidvoidvoidvoidprivate voidupdate()Called when the search text changes.
-
Constructor Details
-
Handler
Handler()
-
-
Method Details
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
actionPerformed
Shows the search popup menu, if installed.- Specified by:
actionPerformedin interfaceActionListener
-
changedUpdate
- Specified by:
changedUpdatein interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdatein 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.
-