Package com.l2fprod.gui.plaf.skin
Class SkinWindowButtonUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.basic.BasicButtonUI
-
- 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 $
-
-
Constructor Summary
Constructors Constructor Description SkinWindowButtonUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.swing.plaf.basic.BasicButtonListener
createButtonListener(javax.swing.AbstractButton b)
Description of the Methodstatic javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
Description of the Methodprotected void
installDefaults(javax.swing.AbstractButton b)
Description of the Methodvoid
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Methodprotected 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
-
-
-
-
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 classjavax.swing.plaf.basic.BasicButtonUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
createButtonListener
protected javax.swing.plaf.basic.BasicButtonListener createButtonListener(javax.swing.AbstractButton b)
Description of the Method- Overrides:
createButtonListener
in classjavax.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 classjavax.swing.plaf.basic.BasicButtonUI
- Parameters:
b
- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults(javax.swing.AbstractButton b)
Description of the Method- Overrides:
uninstallDefaults
in classjavax.swing.plaf.basic.BasicButtonUI
- Parameters:
b
- Description of Parameter
-
-