JIDE 3.5.15

com.jidesoft.plaf.metal
Class MetalCheckBoxMenuItemUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.MenuItemUI
              extended by com.jidesoft.plaf.metal.MetalMenuItemUI
                  extended by 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
MetalCheckBoxMenuItemUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  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
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalCheckBoxMenuItemUI

public MetalCheckBoxMenuItemUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getPropertyPrefix

protected String getPropertyPrefix()
Overrides:
getPropertyPrefix in class MetalMenuItemUI

JIDE 3.5.15