com.jgoodies.looks.common
public class ExtBasicMenuUI extends BasicMenuUI
MenuUI used by the JGoodies Windows
and Plastic looks. Unlike it's superclass, it aligns submenu items.
Version: $Revision: 1.8 $
| Method Summary | |
|---|---|
| static ComponentUI | createUI(JComponent b) |
| protected Dimension | getPreferredMenuItemSize(JComponent c, Icon aCheckIcon, Icon anArrowIcon, int textIconGap) |
| protected String | getPropertyPrefix() |
| protected void | installDefaults() |
| protected void | installListeners() |
| protected void | paintMenuItem(Graphics g, JComponent c, Icon aCheckIcon, Icon anArrowIcon, Color background, Color foreground, int textIconGap) |
| protected void | uninstallDefaults() |
| protected void | uninstallListeners() |