de.javasoft.plaf.synthetica
Class SyntheticaCheckBoxMenuItemUI

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 de.javasoft.plaf.synthetica.SyntheticaMenuItemUI
                      extended by de.javasoft.plaf.synthetica.SyntheticaCheckBoxMenuItemUI
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.plaf.synth.SynthConstants

public class SyntheticaCheckBoxMenuItemUI
extends SyntheticaMenuItemUI

Synthetica CheckBoxMenuItem UI.

Version:
1.10, 14.12.2010

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicMenuItemUI
javax.swing.plaf.basic.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
 
Fields inherited from interface javax.swing.plaf.synth.SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
 
Constructor Summary
SyntheticaCheckBoxMenuItemUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  java.lang.String getPropertyPrefix()
           
 void processMouseEvent(javax.swing.JMenuItem item, java.awt.event.MouseEvent evt, javax.swing.MenuElement[] path, javax.swing.MenuSelectionManager manager)
           
 
Methods inherited from class de.javasoft.plaf.synthetica.SyntheticaMenuItemUI
getPreferredMenuItemSize, installDefaults, installListeners, paint, propertyChange, resetPopupMenu, uninstallDefaults, uninstallListeners, update
 
Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredSize, installComponents, installKeyboardActions, installUI, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallKeyboardActions, uninstallUI
 
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

SyntheticaCheckBoxMenuItemUI

public SyntheticaCheckBoxMenuItemUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

getPropertyPrefix

protected java.lang.String getPropertyPrefix()
Overrides:
getPropertyPrefix in class javax.swing.plaf.basic.BasicMenuItemUI

processMouseEvent

public void processMouseEvent(javax.swing.JMenuItem item,
                              java.awt.event.MouseEvent evt,
                              javax.swing.MenuElement[] path,
                              javax.swing.MenuSelectionManager manager)


Copyright © 2004-2011 Jyloo Software. All Rights Reserved.