public final class WindowsMenuItemUI extends ExtBasicMenuItemUI
MenuItemUI.It differs from the superclass in that it uses a Windows specific menu item renderer that checks if mnemonics shall be shown or hidden and may paint disabled text with a shadow.
BasicMenuItemUI.MouseInputHandleracceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground| Constructor and Description | 
|---|
| WindowsMenuItemUI() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MenuItemRenderer | createRenderer(JMenuItem menuItem,
              boolean iconBorderEnabled,
              Font acceleratorFont,
              Color selectionForeground,
              Color disabledForeground,
              Color acceleratorForeground,
              Color acceleratorSelectionForeground) | 
| static ComponentUI | createUI(JComponent b) | 
getPreferredMenuItemSize, iconBorderEnabled, installDefaults, paintMenuItem, uninstallDefaultscreateMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredSize, getPropertyPrefix, installComponents, installKeyboardActions, installListeners, installUI, paint, paintBackground, paintText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI, updatecontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehaviorpublic static ComponentUI createUI(JComponent b)
protected MenuItemRenderer createRenderer(JMenuItem menuItem, boolean iconBorderEnabled, Font acceleratorFont, Color selectionForeground, Color disabledForeground, Color acceleratorForeground, Color acceleratorSelectionForeground)
createRenderer in class ExtBasicMenuItemUICopyright © 2001-2014 JGoodies Software GmbH. All Rights Reserved.