Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinTab
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinTab
- All Implemented Interfaces:
SkinComponent
,SkinTab
- Version:
- $Revision: 1.2 $, $Date: 2005/11/19 09:17:57 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Description of the Methodboolean
paintContent
(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) Description of the Methodboolean
boolean
Description of the Methodboolean
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
-
AbstractSkinTab
public AbstractSkinTab()
-
-
Method Details
-
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
-
paintTab
public boolean paintTab(Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h) Description of the Method- Specified by:
paintTab
in interfaceSkinTab
- Parameters:
g
- Description of ParametertabPlacement
- Description of ParameterisSelected
- Description of Parameterx
- Description of Parametery
- Description of Parameterw
- Description of Parameterh
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintContent
public boolean paintContent(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) Description of the Method- Specified by:
paintContent
in interfaceSkinTab
- Parameters:
g
- Description of ParametertabPlacement
- Description of ParameterselectedIndex
- Description of Parameterx
- Description of Parametery
- Description of Parameterw
- Description of Parameterh
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintGap
public boolean paintGap(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
-