public final class SkinMenuUI
extends javax.swing.plaf.basic.BasicMenuUI
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground| Constructor and Description |
|---|
SkinMenuUI() |
| Modifier and Type | Method and 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
|
createChangeListener, createMenuDragMouseListener, createMenuKeyListener, createMenuListener, createMouseInputListener, createPropertyChangeListener, getMaximumSize, getPropertyPrefix, installKeyboardActions, installListeners, setupPostTimer, uninstallKeyboardActions, uninstallListenersdoClick, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installUI, paint, paintMenuItem, paintText, uninstallComponents, 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.BasicMenuUIprotected void uninstallDefaults()
uninstallDefaults in class javax.swing.plaf.basic.BasicMenuUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - Description of Parameter