JIDE Common Layer 2.7.6

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 javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  java.lang.String getPropertyPrefix()
           
 
Methods inherited from class com.jidesoft.plaf.metal.MetalMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, doClick, 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 javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

getPropertyPrefix

protected java.lang.String getPropertyPrefix()
Overrides:
getPropertyPrefix in class MetalMenuItemUI

JIDE Common Layer 2.7.6