Package org.pushingpixels.lafwidget.menu
Class MenuSearchWidget
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetAdapter<JMenuBar>
org.pushingpixels.lafwidget.menu.MenuSearchWidget
- All Implemented Interfaces:
LafWidget<JMenuBar>,Resettable
Adds menu search panel to menu bars.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PropertyChangeListenerListens on changes to the component orientation.Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcompFields inherited from interface org.pushingpixels.lafwidget.LafWidget
AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, HAS_LOCK_ICON, IGNORE_GLOBAL_LOCALE, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetMenuItemCount(JMenuBar menuBar) Returns the number of menu items under the specified menu bar.voidInstalls listeners for the associated component.voidInstalls UI on the associated component.booleanReturns indication whetherthiswidget requires custom LAF support.voidreset()Resets the state ofthiswidget.voidUninstalls listeners for the associated component.voidUninstalls UI on the associated component.Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaults
-
Field Details
-
propertyListener
Listens on changes to the component orientation.
-
-
Constructor Details
-
MenuSearchWidget
public MenuSearchWidget()
-
-
Method Details
-
getMenuItemCount
Returns the number of menu items under the specified menu bar.- Parameters:
menuBar- The root menu bar.- Returns:
- The number of menu items under the specified menu bar.
-
installUI
public void installUI()Description copied from interface:LafWidgetInstalls UI on the associated component. -
uninstallUI
public void uninstallUI()Description copied from interface:LafWidgetUninstalls UI on the associated component.- Specified by:
uninstallUIin interfaceLafWidget<JMenuBar>- Overrides:
uninstallUIin classLafWidgetAdapter<JMenuBar>
-
installListeners
public void installListeners()Description copied from interface:LafWidgetInstalls listeners for the associated component.- Specified by:
installListenersin interfaceLafWidget<JMenuBar>- Overrides:
installListenersin classLafWidgetAdapter<JMenuBar>
-
uninstallListeners
public void uninstallListeners()Description copied from interface:LafWidgetUninstalls listeners for the associated component.- Specified by:
uninstallListenersin interfaceLafWidget<JMenuBar>- Overrides:
uninstallListenersin classLafWidgetAdapter<JMenuBar>
-
reset
public void reset()Description copied from interface:ResettableResets the state ofthiswidget.- Specified by:
resetin interfaceResettable
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()Description copied from interface:LafWidgetReturns indication whetherthiswidget requires custom LAF support. Some widgets such asTabOverviewDialogWidgetorTabHoverPreviewWidgetrequire custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupportsupport throwUnsupportedOperationException.- Specified by:
requiresCustomLafSupportin interfaceLafWidget<JMenuBar>- Returns:
trueifthiswidget requires custom LAF support,falseotherwise.
-