com.jgoodies.looks.common
Class ExtBasicCheckBoxMenuItemUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.MenuItemUI
              extended by javax.swing.plaf.basic.BasicMenuItemUI
                  extended by com.jgoodies.looks.common.ExtBasicMenuItemUI
                      extended by com.jgoodies.looks.common.ExtBasicRadioButtonMenuItemUI
                          extended by com.jgoodies.looks.common.ExtBasicCheckBoxMenuItemUI

public final class ExtBasicCheckBoxMenuItemUI
extends ExtBasicRadioButtonMenuItemUI

Renders aligned JCheckBoxMenuItems.

Version:
$Revision: 1.3 $
Author:
Karsten Lentzsch

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicMenuItemUI
BasicMenuItemUI.MouseInputHandler
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicMenuItemUI
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground
 
Constructor Summary
ExtBasicCheckBoxMenuItemUI()
           
 
Method Summary
static ComponentUI createUI(JComponent b)
           
protected  String getPropertyPrefix()
           
 
Methods inherited from class com.jgoodies.looks.common.ExtBasicRadioButtonMenuItemUI
iconBorderEnabled, processMouseEvent
 
Methods inherited from class com.jgoodies.looks.common.ExtBasicMenuItemUI
createRenderer, getPreferredMenuItemSize, installDefaults, paintMenuItem, uninstallDefaults
 
Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredSize, installComponents, installKeyboardActions, installListeners, installUI, paint, paintBackground, paintText, uninstallComponents, 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

ExtBasicCheckBoxMenuItemUI

public ExtBasicCheckBoxMenuItemUI()
Method Detail

getPropertyPrefix

protected String getPropertyPrefix()
Overrides:
getPropertyPrefix in class ExtBasicRadioButtonMenuItemUI

createUI

public static ComponentUI createUI(JComponent b)


Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.