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
public class AbstractSkinTab extends AbstractSkinComponent implements SkinTab
- Version:
- $Revision: 1.2 $, $Date: 2005/11/19 09:17:57 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description AbstractSkinTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
installSkin(javax.swing.JComponent c)
Description of the Methodboolean
paintContent(java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
Description of the Methodboolean
paintGap(java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
boolean
paintTab(java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
Description of the Methodboolean
status()
Description of the Method-
Methods 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
-
-
-
-
Method Detail
-
status
public boolean status()
Description of the Method- Specified by:
status
in interfaceSkinComponent
- Overrides:
status
in classAbstractSkinComponent
- Returns:
- Description of the Returned Value
-
installSkin
public boolean installSkin(javax.swing.JComponent c)
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(java.awt.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(java.awt.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
-
-