SkinCompoundSkin, GtkSkin, KdeSkinpublic class AbstractSkin extends java.lang.Object implements Skin
| Modifier and Type | Field | Description |
|---|---|---|
protected SkinButton |
button |
Description of the Field
|
protected SkinFrame |
frame |
Description of the Field
|
protected SkinPersonality |
personality |
Description of the Field
|
protected SkinProgress |
progress |
Description of the Field
|
protected java.util.Hashtable |
resources |
Description of the Field
|
protected SkinScrollbar |
scrollbar |
Description of the Field
|
protected SkinSeparator |
separator |
Description of the Field
|
protected SkinSlider |
slider |
Description of the Field
|
protected SkinSplitPane |
splitpane |
Description of the Field
|
protected SkinTab |
tab |
Description of the Field
|
| Constructor | Description |
|---|---|
AbstractSkin() |
| Modifier and Type | Method | Description |
|---|---|---|
SkinButton |
getButton() |
Gets the Button attribute of the AbstractSkin object
|
java.lang.String[] |
getColors() |
Gets the Colors attribute of the AbstractSkin object
|
SkinFrame |
getFrame() |
Gets the Frame attribute of the AbstractSkin object
|
SkinPersonality |
getPersonality() |
Gets the Personality attribute of the AbstractSkin object
|
SkinProgress |
getProgress() |
Gets the Progress attribute of the AbstractSkin object
|
java.lang.Object |
getResource(java.lang.Object key) |
Gets the Resource attribute of the AbstractSkin object
|
SkinScrollbar |
getScrollbar() |
Gets the Scrollbar attribute of the AbstractSkin object
|
SkinSeparator |
getSeparator() |
Gets the Separator attribute of the AbstractSkin object
|
SkinSlider |
getSlider() |
Gets the Slider attribute of the AbstractSkin object
|
SkinSplitPane |
getSplitPane() |
Gets the SplitPane attribute of the AbstractSkin object
|
SkinTab |
getTab() |
Gets the Tab attribute of the AbstractSkin object
|
void |
initComponentDefaults(javax.swing.UIDefaults table) |
|
void |
unload() |
Description of the Method
|
protected SkinPersonality personality
protected SkinButton button
protected SkinFrame frame
protected SkinTab tab
protected SkinProgress progress
protected SkinScrollbar scrollbar
protected SkinSplitPane splitpane
protected SkinSeparator separator
protected SkinSlider slider
protected java.util.Hashtable resources
public SkinPersonality getPersonality()
getPersonality in interface Skinpublic SkinButton getButton()
public SkinFrame getFrame()
public SkinTab getTab()
public SkinProgress getProgress()
getProgress in interface Skinpublic java.lang.String[] getColors()
public SkinScrollbar getScrollbar()
getScrollbar in interface Skinpublic SkinSeparator getSeparator()
getSeparator in interface Skinpublic SkinSplitPane getSplitPane()
getSplitPane in interface Skinpublic SkinSlider getSlider()
public java.lang.Object getResource(java.lang.Object key)
getResource in interface Skinkey - Description of Parameterpublic void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults in interface Skin