public class AbstractSkinTab extends AbstractSkinComponent implements SkinTab
| Constructor and Description |
|---|
AbstractSkinTab() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
installSkin(javax.swing.JComponent c)
Description of the Method
|
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
|
boolean |
status()
Description of the Method
|
getSkin, uninstallSkinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituninstallSkinpublic boolean status()
status in interface SkinComponentstatus in class AbstractSkinComponentpublic boolean installSkin(javax.swing.JComponent c)
installSkin in interface SkinComponentinstallSkin in class AbstractSkinComponentc - Description of Parameterpublic boolean paintTab(java.awt.Graphics g,
int tabPlacement,
boolean isSelected,
int x,
int y,
int w,
int h)
paintTab in interface SkinTabg - Description of ParametertabPlacement - Description of ParameterisSelected - Description of Parameterx - Description of Parametery - Description of Parameterw - Description of Parameterh - Description of Parameterpublic boolean paintContent(java.awt.Graphics g,
int tabPlacement,
int selectedIndex,
int x,
int y,
int w,
int h)
paintContent in interface SkinTabg - Description of ParametertabPlacement - Description of ParameterselectedIndex - Description of Parameterx - Description of Parametery - Description of Parameterw - Description of Parameterh - Description of Parameter