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
- Version:
- $Revision: 1.3 $, $Date: 2005/11/19 09:22:37 $
- Author:
- $Author: l2fprod $
-
Nested Class Summary
Nested classes/interfaces inherited from class BasicMenuItemUI
BasicMenuItemUI.MouseInputHandler -
Field Summary
Fields inherited from class BasicMenuItemUI
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIDescription of the Methodprotected voidDescription of the Methodprotected voidpaintBackground(Graphics g, JMenuItem menuItem, Color bgColor) protected voidDescription of the MethodMethods inherited from class BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, getPropertyPrefix, installComponents, installKeyboardActions, installListeners, installUI, paint, paintMenuItem, paintText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
-
Constructor Details
-
SkinMenuItemUI
public SkinMenuItemUI()
-
-
Method Details
-
paintBackground
- Overrides:
paintBackgroundin classBasicMenuItemUI
-
installDefaults
protected void installDefaults()Description of the Method- Overrides:
installDefaultsin classBasicMenuItemUI
-
uninstallDefaults
protected void uninstallDefaults()Description of the Method- Overrides:
uninstallDefaultsin classBasicMenuItemUI
-
createUI
Description of the Method- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-