All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.plaf.ComponentUI | +----com.sun.java.swing.plaf.ButtonUI | +----com.sun.java.swing.plaf.MenuItemUI | +----com.sun.java.swing.basic.BasicMenuItemUI
protected static final Color pressedBackground
protected static final Color pressedForeground
protected static Border defaultBorder
protected static final int defaultTextIconGap
protected BasicMenuItemUI. MenuItemListener listener
protected BasicButtonListener buttonListener
protected Icon menuArrow
protected Icon checkIcon
public BasicMenuItemUI()
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
public void uninstallUI(JComponent c)
protected BasicMenuItemUI. MenuItemListener createMenuItemListener(JComponent c)
protected BasicButtonListener createButtonListener(JComponent c)
public Dimension getMinimumSize(JComponent c)
public Dimension getPreferredSize(JComponent c)
public Dimension getMaximumSize(JComponent c)
public void paint(Graphics g, JComponent c)
public Insets getDefaultMargin(AbstractButton c)
All Packages Class Hierarchy This Package Previous Next Index