AbstractSkin
, CompoundSkin
, GtkSkin
, KdeSkin
public interface Skin
Modifier and Type | Method | Description |
---|---|---|
SkinButton |
getButton() |
Gets the Button attribute of the Skin object
|
java.lang.String[] |
getColors() |
Gets the Colors attribute of the Skin object
|
SkinFrame |
getFrame() |
Gets the Frame attribute of the Skin object
|
SkinPersonality |
getPersonality() |
Gets the Personality attribute of the Skin object
|
SkinProgress |
getProgress() |
Gets the Progress attribute of the Skin object
|
java.lang.Object |
getResource(java.lang.Object key) |
Gets the Resource attribute of the Skin object
|
SkinScrollbar |
getScrollbar() |
Gets the Scrollbar attribute of the Skin object
|
SkinSeparator |
getSeparator() |
Gets the Separator attribute of the Skin object
|
SkinSlider |
getSlider() |
Gets the Slider attribute of the Skin object
|
SkinSplitPane |
getSplitPane() |
Gets the SplitPane attribute of the Skin object
|
SkinTab |
getTab() |
Gets the Tab attribute of the Skin object
|
void |
initComponentDefaults(javax.swing.UIDefaults table) |
|
void |
unload() |
Description of the Method
|
SkinPersonality getPersonality()
SkinButton getButton()
SkinFrame getFrame()
SkinTab getTab()
SkinProgress getProgress()
java.lang.String[] getColors()
SkinScrollbar getScrollbar()
SkinSplitPane getSplitPane()
SkinSlider getSlider()
SkinSeparator getSeparator()
void unload()
java.lang.Object getResource(java.lang.Object key)
key
- Description of Parametervoid initComponentDefaults(javax.swing.UIDefaults table)