Class MenuSearchWidget.SearchResultListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.menu.MenuSearchWidget.SearchResultListener
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
MenuSearchWidget
Listener on the
search result
button. The action itself - show the associated
menu path to the menu item that contains the string that has been specified during the
search.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MenuSearchWidget.SearchResult
The associated search result. -
Constructor Summary
ConstructorsConstructorDescriptionSearchResultListener
(MenuSearchWidget.SearchResult searchResult) Simple constructor. -
Method Summary
-
Field Details
-
searchResult
The associated search result.
-
-
Constructor Details
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-