public class AbstractSkin extends java.lang.Object implements Skin
Modifier and Type | Field and 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 and Description |
---|
AbstractSkin() |
Modifier and Type | Method and 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 Skin
public SkinButton getButton()
public SkinFrame getFrame()
public SkinTab getTab()
public SkinProgress getProgress()
getProgress
in interface Skin
public java.lang.String[] getColors()
public SkinScrollbar getScrollbar()
getScrollbar
in interface Skin
public SkinSeparator getSeparator()
getSeparator
in interface Skin
public SkinSplitPane getSplitPane()
getSplitPane
in interface Skin
public SkinSlider getSlider()
public java.lang.Object getResource(java.lang.Object key)
getResource
in interface Skin
key
- Description of Parameterpublic void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults
in interface Skin