com.jgoodies.looks.common
Class ExtBasicCheckBoxMenuItemUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.ButtonUI
          extended byjavax.swing.plaf.MenuItemUI
              extended byjavax.swing.plaf.basic.BasicMenuItemUI
                  extended bycom.jgoodies.looks.common.ExtBasicMenuItemUI
                      extended bycom.jgoodies.looks.common.ExtBasicRadioButtonMenuItemUI
                          extended bycom.jgoodies.looks.common.ExtBasicCheckBoxMenuItemUI

public final class ExtBasicCheckBoxMenuItemUI
extends ExtBasicRadioButtonMenuItemUI

Renders aligned JCheckBoxMenuItems.

Version:
$Revision: 1.2 $
Author:
Karsten Lentzsch

Nested Class Summary
 
Nested classes 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, 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
getPreferredMenuItemSize, installDefaults, paintMenuItem, uninstallDefaults
 
Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, 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
 
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-2005 JGoodies Karsten Lentzsch. All Rights Reserved.