com.l2fprod.gui.plaf.skin
Class SkinToggleButtonUI

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.l2fprod.gui.plaf.skin.SkinButtonUI
                  extended by com.l2fprod.gui.plaf.skin.SkinToggleButtonUI

public final class SkinToggleButtonUI
extends SkinButtonUI

Description of the Class

Author:
fred

Field Summary
 
Fields inherited from class com.l2fprod.gui.plaf.skin.SkinButtonUI
dashedRectGapHeight, dashedRectGapWidth, dashedRectGapX, dashedRectGapY, focusColor, skin
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Constructor Summary
SkinToggleButtonUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
          Description of the Method
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
          Description of the Method
 
Methods inherited from class com.l2fprod.gui.plaf.skin.SkinButtonUI
getFocusColor, installDefaults, paintButtonPressed, paintFocus, uninstallDefaults
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, paintText, paintText, setTextShiftOffset, 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

SkinToggleButtonUI

public SkinToggleButtonUI()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Description of the Method

Overrides:
paint in class SkinButtonUI
Parameters:
g - Description of Parameter
c - Description of Parameter

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
Description of the Method

Parameters:
b - Description of Parameter
Returns:
Description of the Returned Value