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 TypeMethodDescriptionbooleanDescription of the MethodbooleanpaintContent(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) Description of the MethodbooleanbooleanDescription of the Methodbooleanstatus()Description of the MethodMethods inherited from class AbstractSkinComponent
getSkin, uninstallSkinMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SkinComponent
uninstallSkin
-
Constructor Details
-
AbstractSkinTab
public AbstractSkinTab()
-
-
Method Details
-
status
public boolean status()Description of the Method- Specified by:
statusin interfaceSkinComponent- Overrides:
statusin classAbstractSkinComponent- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkinin interfaceSkinComponent- Overrides:
installSkinin 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:
paintTabin 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:
paintContentin 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
-