Package com.jidesoft.plaf.metal
Class MetalCheckBoxMenuItemUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.MenuItemUI
-
- com.jidesoft.plaf.metal.MetalMenuItemUI
-
- com.jidesoft.plaf.metal.MetalCheckBoxMenuItemUI
-
public class MetalCheckBoxMenuItemUI extends MetalMenuItemUI
CheckboxMenuItem UI implementation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jidesoft.plaf.metal.MetalMenuItemUI
MetalMenuItemUI.MouseInputHandler
-
-
Field Summary
-
Fields inherited from class com.jidesoft.plaf.metal.MetalMenuItemUI
_painter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground
-
-
Constructor Summary
Constructors Constructor Description MetalCheckBoxMenuItemUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
protected java.lang.String
getPropertyPrefix()
-
Methods inherited from class com.jidesoft.plaf.metal.MetalMenuItemUI
createActionMap, createInputMap, createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, doClick, getActionMap, getMaximumSize, getMinimumSize, getPainter, getPath, getPreferredMenuItemSize, getPreferredSize, getRightMargin, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isDownArrowVisible, paint, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
-
getPropertyPrefix
protected java.lang.String getPropertyPrefix()
- Overrides:
getPropertyPrefix
in classMetalMenuItemUI
-
-