Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinButton
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinButton
- All Implemented Interfaces:
SkinButton
,SkinComponent
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the CheckBoxIconSize attribute of the AbstractSkinButton objectGets the RadioButtonIconSize attribute of the AbstractSkinButton objectGets the RadioIcon attribute of the AbstractSkinButton objectboolean
Description of the Methodfinal boolean
Description of the Methodprotected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
boolean
status()
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, uninstallSkin
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
uninstallSkin
-
Constructor Details
-
AbstractSkinButton
public AbstractSkinButton() -
AbstractSkinButton
-
-
Method Details
-
getCheckBoxIconSize
Gets the CheckBoxIconSize attribute of the AbstractSkinButton object- Specified by:
getCheckBoxIconSize
in interfaceSkinButton
- Returns:
- The CheckBoxIconSize value
-
getRadioButtonIconSize
Gets the RadioButtonIconSize attribute of the AbstractSkinButton object- Specified by:
getRadioButtonIconSize
in interfaceSkinButton
- Returns:
- The RadioButtonIconSize value
-
getRadioIcon
Gets the RadioIcon attribute of the AbstractSkinButton object- Specified by:
getRadioIcon
in interfaceSkinButton
- Parameters:
b
- Description of Parameter- Returns:
- The RadioIcon value
-
status
public boolean status()Description of the Method- Specified by:
status
in interfaceSkinComponent
- Overrides:
status
in classAbstractSkinComponent
- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkin
in interfaceSkinComponent
- Overrides:
installSkin
in classAbstractSkinComponent
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintButton
Description of the Method- Specified by:
paintButton
in interfaceSkinButton
- Parameters:
g
- Description of Parameterb
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintDisabledButton
-
paintPressedToggle
-
paintRolloverToggle
-
paintToggle
-
paintPressedButton
-
paintRolloverButton
-
paintNormalButton
-