com.birosoft.liquid
Class LiquidToggleButtonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.basic.BasicButtonUI
              extended by com.birosoft.liquid.LiquidButtonUI
                  extended by com.birosoft.liquid.LiquidToggleButtonUI

public class LiquidToggleButtonUI
extends LiquidButtonUI

This class represents the UI delegate for the JButton component.


Field Summary
 
Fields inherited from class com.birosoft.liquid.LiquidButtonUI
HINT_DO_NOT_PAINT_TOOLBARBUTTON_IF_NO_MOUSE_OVER
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Constructor Summary
LiquidToggleButtonUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Creates the UI delegate for the given component.
protected  java.lang.String getPropertyPrefix()
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 
Methods inherited from class com.birosoft.liquid.LiquidButtonUI
getSkinButton, getSkinToolbar, installDefaults, paintButtonPressed, paintFocus, paintFocus, uninstallDefaults, update
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
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

LiquidToggleButtonUI

public LiquidToggleButtonUI()
Method Detail

getPropertyPrefix

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

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Creates the UI delegate for the given component.

Parameters:
c - The component to create its UI delegate.
Returns:
The UI delegate for the given component.

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class LiquidButtonUI