Quaqua 8.0 2011-10-02

ch.randelshofer.quaqua
Class QuaquaToggleButtonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.basic.BasicButtonUI
              extended by ch.randelshofer.quaqua.QuaquaButtonUI
                  extended by ch.randelshofer.quaqua.QuaquaToggleButtonUI
All Implemented Interfaces:
VisuallyLayoutable

public class QuaquaToggleButtonUI
extends QuaquaButtonUI

QuaquaButtonUI.

Version:
1.0 05 March 2005 Created.
Author:
Werner Randelshofer

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Fields inherited from interface ch.randelshofer.quaqua.VisuallyLayoutable
CLIP_BOUNDS, COMPONENT_BOUNDS, TEXT_BOUNDS
 
Constructor Summary
QuaquaToggleButtonUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  java.lang.String getPropertyPrefix()
          This method is here, to let QuaquaButtonListener access this property.
 
Methods inherited from class ch.randelshofer.quaqua.QuaquaButtonUI
createButtonListener, getBaseline, getMaximumSize, getMinimumSize, getPreferredSize, getPreferredSize, getStyle, getVisualBounds, installDefaults, layoutCL, paint, paintIcon, paintText, paintText
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaselineResizeBehavior, getDefaultTextIconGap, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuaquaToggleButtonUI

public QuaquaToggleButtonUI()
Method Detail

createUI

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

getPropertyPrefix

protected java.lang.String getPropertyPrefix()
Description copied from class: QuaquaButtonUI
This method is here, to let QuaquaButtonListener access this property.

Overrides:
getPropertyPrefix in class QuaquaButtonUI

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.