Package com.l2fprod.gui.plaf.skin
Class SkinMenuItemUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.MenuItemUI
-
- javax.swing.plaf.basic.BasicMenuItemUI
-
- com.l2fprod.gui.plaf.skin.SkinMenuItemUI
-
- Direct Known Subclasses:
SkinCheckBoxMenuItemUI,SkinRadioButtonMenuItemUI
public class SkinMenuItemUI extends javax.swing.plaf.basic.BasicMenuItemUI- Version:
- $Revision: 1.3 $, $Date: 2005/11/19 09:22:37 $
- Author:
- $Author: l2fprod $
-
-
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 SkinMenuItemUI()
-
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.BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, getPropertyPrefix, installComponents, installKeyboardActions, installListeners, installUI, paint, paintMenuItem, paintText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, 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.BasicMenuItemUI
-
uninstallDefaults
protected void uninstallDefaults()
Description of the Method- Overrides:
uninstallDefaultsin classjavax.swing.plaf.basic.BasicMenuItemUI
-
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
-
-