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
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BasicButtonListener
Description of the Methodstatic ComponentUI
Description of the Methodprotected void
Description of the Methodvoid
paint
(Graphics g, JComponent c) Description of the Methodprotected void
Description of the MethodMethods 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
-
Constructor Details
-
SkinWindowButtonUI
public SkinWindowButtonUI()
-
-
Method Details
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
paint
Description of the Method- Overrides:
paint
in classBasicButtonUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
createButtonListener
Description of the Method- Overrides:
createButtonListener
in classBasicButtonUI
- Parameters:
b
- Description of Parameter- Returns:
- Description of the Returned Value
-
installDefaults
Description of the Method- Overrides:
installDefaults
in classBasicButtonUI
- Parameters:
b
- Description of Parameter
-
uninstallDefaults
Description of the Method- Overrides:
uninstallDefaults
in classBasicButtonUI
- Parameters:
b
- Description of Parameter
-