| com.jgoodies.looks.common.ExtBasicMenuItemUI com.jgoodies.looks.windows.WindowsMenuItemUI
WindowsMenuItemUI | final public class WindowsMenuItemUI extends ExtBasicMenuItemUI (Code) | | The JGoodies Windows look&feel implementation of 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.
author: Karsten Lentzsch version: $Revision: 1.2 $ |
Methods inherited from com.jgoodies.looks.common.ExtBasicMenuItemUI | protected MenuItemRenderer createRenderer(JMenuItem menuItem, boolean iconBorderEnabled, Font acceleratorFont, Color selectionForeground, Color disabledForeground, Color acceleratorForeground, Color acceleratorSelectionForeground)(Code)(Java Doc) public static ComponentUI createUI(JComponent b)(Code)(Java Doc) protected Dimension getPreferredMenuItemSize(JComponent c, Icon aCheckIcon, Icon anArrowIcon, int textIconGap)(Code)(Java Doc) protected boolean iconBorderEnabled()(Code)(Java Doc) protected void installDefaults()(Code)(Java Doc) protected void paintMenuItem(Graphics g, JComponent c, Icon aCheckIcon, Icon anArrowIcon, Color background, Color foreground, int textIconGap)(Code)(Java Doc) protected void uninstallDefaults()(Code)(Java Doc)
|
|
|