Package com.l2fprod.gui.plaf.skin
Class SkinMenuUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.MenuItemUI
-
- javax.swing.plaf.basic.BasicMenuItemUI
-
- javax.swing.plaf.basic.BasicMenuUI
-
- com.l2fprod.gui.plaf.skin.SkinMenuUI
-
public final class SkinMenuUI extends javax.swing.plaf.basic.BasicMenuUIDescription of the Class- Author:
- fred
-
-
Field Summary
-
Fields inherited from class javax.swing.plaf.basic.BasicMenuItemUI
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground
-
-
Constructor Summary
Constructors Constructor Description SkinMenuUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)Description of the Methodprotected voidinstallDefaults()Description of the Methodprotected voidpaintBackground(java.awt.Graphics g, javax.swing.JMenuItem menuItem, java.awt.Color bgColor)protected voiduninstallDefaults()Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicMenuUI
createChangeListener, createMenuDragMouseListener, createMenuKeyListener, createMenuListener, createMouseInputListener, createPropertyChangeListener, getMaximumSize, getMinimumSize, getPropertyPrefix, installKeyboardActions, installListeners, setupPostTimer, uninstallKeyboardActions, uninstallListeners
-
Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI
doClick, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installUI, paint, paintMenuItem, paintText, uninstallComponents, uninstallUI, update
-
-
-
-
Method Detail
-
paintBackground
protected void paintBackground(java.awt.Graphics g, javax.swing.JMenuItem menuItem, java.awt.Color bgColor)- Overrides:
paintBackgroundin classjavax.swing.plaf.basic.BasicMenuItemUI
-
installDefaults
protected void installDefaults()
Description of the Method- Overrides:
installDefaultsin classjavax.swing.plaf.basic.BasicMenuUI
-
uninstallDefaults
protected void uninstallDefaults()
Description of the Method- Overrides:
uninstallDefaultsin classjavax.swing.plaf.basic.BasicMenuUI
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Description of the Method- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-
-