public interface SkinTab extends SkinComponent
| Modifier and Type | Method and Description |
|---|---|
boolean |
paintContent(java.awt.Graphics g,
int tabPlacement,
int selectedIndex,
int x,
int y,
int w,
int h)
Description of the Method
|
boolean |
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
|
installSkin, status, uninstallSkinboolean paintTab(java.awt.Graphics g,
int tabPlacement,
boolean isSelected,
int x,
int y,
int w,
int h)
g - Description of ParametertabPlacement - Description of ParameterisSelected - Description of Parameterx - Description of Parametery - Description of Parameterw - Description of Parameterh - Description of Parameterboolean paintContent(java.awt.Graphics g,
int tabPlacement,
int selectedIndex,
int x,
int y,
int w,
int h)
g - Description of ParametertabPlacement - Description of ParameterselectedIndex - Description of Parameterx - Description of Parametery - Description of Parameterw - Description of Parameterh - Description of Parameterboolean paintGap(java.awt.Graphics g,
int tabPlacement,
int selectedIndex,
int x,
int y,
int w,
int h)