| |
|
| javax.swing.plaf.basic.BasicMenuBarUI org.jvnet.substance.SubstanceMenuBarUI
SubstanceMenuBarUI | public class SubstanceMenuBarUI extends BasicMenuBarUI (Code) | | UI for menu bars in Substance look and feel.
author: Kirill Grouchnikov |
Field Summary | |
protected Set> | lafWidgets Set of registered widgets. |
lafWidgets | protected Set> lafWidgets(Code) | | Set of registered widgets. This UI delegate maintains the widget set on
its own since it needs to reset the relevant (
Resettable )
widgets on theme change and on locale change.
|
getLafWidgets | public Set> getLafWidgets()(Code) | | Returns the installed widgets.
Installed widgets. |
hideSearchPanels | public static void hideSearchPanels(boolean toRepaint)(Code) | | Hides search panels on all menu bars (both JFrames and JInternalFrames).
Parameters: toRepaint - Indication whether the relevant menu bars should be repainted. |
installDefaults | protected void installDefaults()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
showSearchPanels | public static void showSearchPanels()(Code) | | Shows search panels on all menu bars (both JFrames and JInternalFrames).
|
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
|
|
|