SkinCheckBoxMenuItemUI, SkinRadioButtonMenuItemUIpublic class SkinMenuItemUI
extends javax.swing.plaf.basic.BasicMenuItemUI
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground| Constructor | Description |
|---|---|
SkinMenuItemUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
Description of the Method
|
protected void |
installDefaults() |
Description of the Method
|
protected void |
paintBackground(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Color bgColor) |
|
protected void |
uninstallDefaults() |
Description of the Method
|
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, getPropertyPrefix, installComponents, installKeyboardActions, installListeners, installUI, paint, paintMenuItem, paintText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateprotected void paintBackground(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Color bgColor)
paintBackground in class javax.swing.plaf.basic.BasicMenuItemUIprotected void installDefaults()
installDefaults in class javax.swing.plaf.basic.BasicMenuItemUIprotected void uninstallDefaults()
uninstallDefaults in class javax.swing.plaf.basic.BasicMenuItemUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - Description of Parameter