com.l2fprod.gui.plaf.skin
Class SkinWindowButtonUI

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.SkinWindowButtonUI

public final class SkinWindowButtonUI
extends javax.swing.plaf.basic.BasicButtonUI

Version:
$Revision: 1.5 $, $Date: 2006/07/22 09:52:07 $
Author:
$Author: l2fprod $

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Constructor Summary
SkinWindowButtonUI()
           
 
Method Summary
protected  javax.swing.plaf.basic.BasicButtonListener createButtonListener(javax.swing.AbstractButton b)
          Description of the Method
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Description of the Method
protected  void installDefaults(javax.swing.AbstractButton b)
          Description of the Method
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
          Description of the Method
protected  void uninstallDefaults(javax.swing.AbstractButton b)
          Description of the Method
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, 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

SkinWindowButtonUI

public SkinWindowButtonUI()
Method Detail

createUI

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

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

paint

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

Overrides:
paint in class javax.swing.plaf.basic.BasicButtonUI
Parameters:
g - Description of Parameter
c - Description of Parameter

createButtonListener

protected javax.swing.plaf.basic.BasicButtonListener createButtonListener(javax.swing.AbstractButton b)
Description of the Method

Overrides:
createButtonListener in class javax.swing.plaf.basic.BasicButtonUI
Parameters:
b - Description of Parameter
Returns:
Description of the Returned Value

installDefaults

protected void installDefaults(javax.swing.AbstractButton b)
Description of the Method

Overrides:
installDefaults in class javax.swing.plaf.basic.BasicButtonUI
Parameters:
b - Description of Parameter

uninstallDefaults

protected void uninstallDefaults(javax.swing.AbstractButton b)
Description of the Method

Overrides:
uninstallDefaults in class javax.swing.plaf.basic.BasicButtonUI
Parameters:
b - Description of Parameter