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 BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BasicButtonListenerDescription of the Methodstatic ComponentUIDescription of the Methodprotected voidDescription of the Methodvoidpaint(Graphics g, JComponent c) Description of the Methodprotected voidDescription of the MethodMethods inherited from class BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class 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:
paintin classBasicButtonUI- Parameters:
g- Description of Parameterc- Description of Parameter
-
createButtonListener
Description of the Method- Overrides:
createButtonListenerin classBasicButtonUI- Parameters:
b- Description of Parameter- Returns:
- Description of the Returned Value
-
installDefaults
Description of the Method- Overrides:
installDefaultsin classBasicButtonUI- Parameters:
b- Description of Parameter
-
uninstallDefaults
Description of the Method- Overrides:
uninstallDefaultsin classBasicButtonUI- Parameters:
b- Description of Parameter
-