JIDE 3.5.15

com.jidesoft.plaf.vsnet
Class VsnetCheckBoxMenuItemUI

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.vsnet.VsnetMenuItemUI
                  extended by com.jidesoft.plaf.vsnet.VsnetCheckBoxMenuItemUI

public class VsnetCheckBoxMenuItemUI
extends VsnetMenuItemUI

CheckboxMenuItem UI implementation.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.plaf.vsnet.VsnetMenuItemUI
VsnetMenuItemUI.MouseInputHandler
 
Field Summary
 
Fields inherited from class com.jidesoft.plaf.vsnet.VsnetMenuItemUI
_isFloatingIcon, acceleratorFont, acceleratorForeground, acceleratorRect, acceleratorSelectionForeground, arrowIcon, arrowIconRect, backgroundColor, borderColor, checkIcon, checkIconRect, defaultAccelEndGap, defaultShadowWidth, defaultTextIconGap, disabledForeground, iconRect, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground, shadowColor, textRect, viewRect, windowInputMap, zeroRect
 
Constructor Summary
VsnetCheckBoxMenuItemUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  String getPropertyPrefix()
           
 
Methods inherited from class com.jidesoft.plaf.vsnet.VsnetMenuItemUI
createActionMap, createInputMap, createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, doClick, getActionMap, getIcon, getMaximumSize, getMinimumSize, getPainter, getPath, getPreferredMenuItemSize, getPreferredSize, getRightMargin, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isDownArrowVisible, isFloatingIcon, paint, paintBackground, paintCheckBox, paintIcon, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, useCheckAndArrow
 
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

VsnetCheckBoxMenuItemUI

public VsnetCheckBoxMenuItemUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getPropertyPrefix

protected String getPropertyPrefix()
Overrides:
getPropertyPrefix in class VsnetMenuItemUI

JIDE 3.5.15