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 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 StringGets the PropertyPrefix attribute of the SkinRadioButtonMenuItemUI objectprotected voidDescription of the MethodvoidprocessMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager) Description of the MethodMethods inherited from class SkinMenuItemUI
paintBackground, uninstallDefaultsMethods inherited from class BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installKeyboardActions, installListeners, installUI, paint, paintMenuItem, paintText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateMethods inherited from class 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:
getPropertyPrefixin classBasicMenuItemUI- Returns:
- The PropertyPrefix value
-
installDefaults
protected void installDefaults()Description of the Method- Overrides:
installDefaultsin classSkinMenuItemUI
-
createUI
Description of the Method- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-