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, uninstallSkin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
uninstallSkin
public boolean status()
status
in interface SkinComponent
status
in class AbstractSkinComponent
public boolean installSkin(javax.swing.JComponent c)
installSkin
in interface SkinComponent
installSkin
in class AbstractSkinComponent
c
- Description of Parameterpublic boolean paintTab(java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
paintTab
in interface SkinTab
g
- 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 SkinTab
g
- Description of ParametertabPlacement
- Description of ParameterselectedIndex
- Description of Parameterx
- Description of Parametery
- Description of Parameterw
- Description of Parameterh
- Description of Parameter