Package com.l2fprod.gui.plaf.skin
Interface SkinTab
-
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinTab
public interface SkinTab extends SkinComponent
Skin Tab.- Version:
- $Revision: 1.2 $, $Date: 2005/11/19 09:17:26 $
- Author:
- $Author: l2fprod $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
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 Method-
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
-
-
-
Method Detail
-
paintTab
boolean paintTab(java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
Description of the Method- 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
boolean paintContent(java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
Description of the Method- 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
boolean paintGap(java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
-
-