Package com.l2fprod.gui.plaf.skin
Class SkinRadioButtonMenuItemUI
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
com.l2fprod.gui.plaf.skin.SkinRadioButtonMenuItemUI
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:47:23 $
- Author:
- $Author: l2fprod $
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicMenuItemUI
BasicMenuItemUI.MouseInputHandler
-
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Description of the Methodprotected String
Gets the PropertyPrefix attribute of the SkinRadioButtonMenuItemUI objectprotected void
Description of the Methodvoid
processMouseEvent
(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager) Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.SkinMenuItemUI
paintBackground, uninstallDefaults
Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installKeyboardActions, installListeners, installUI, paint, paintMenuItem, paintText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI, update
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
-
Constructor Details
-
SkinRadioButtonMenuItemUI
public SkinRadioButtonMenuItemUI()
-
-
Method Details
-
processMouseEvent
public void processMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager) Description of the Method- Parameters:
item
- Description of Parametere
- Description of Parameterpath
- Description of Parametermanager
- Description of Parameter
-
getPropertyPrefix
Gets the PropertyPrefix attribute of the SkinRadioButtonMenuItemUI object- Overrides:
getPropertyPrefix
in classBasicMenuItemUI
- Returns:
- The PropertyPrefix value
-
installDefaults
protected void installDefaults()Description of the Method- Overrides:
installDefaults
in classSkinMenuItemUI
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-