Interface Skin
- All Known Implementing Classes:
AbstractSkin, CompoundSkin, GtkSkin, KdeSkin
public interface Skin
Skin Entry Class.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:09:07 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptionGets the Button attribute of the Skin objectString[]Gets the Colors attribute of the Skin objectgetFrame()Gets the Frame attribute of the Skin objectGets the Personality attribute of the Skin objectGets the Progress attribute of the Skin objectgetResource(Object key) Gets the Resource attribute of the Skin objectGets the Scrollbar attribute of the Skin objectGets the Separator attribute of the Skin objectGets the Slider attribute of the Skin objectGets the SplitPane attribute of the Skin objectgetTab()Gets the Tab attribute of the Skin objectvoidinitComponentDefaults(UIDefaults table) voidunload()Description of the Method
-
Method Details
-
getPersonality
SkinPersonality getPersonality()Gets the Personality attribute of the Skin object- Returns:
- The Personality value
-
getButton
-
getFrame
-
getTab
-
getProgress
SkinProgress getProgress()Gets the Progress attribute of the Skin object- Returns:
- The Progress value
-
getColors
-
getScrollbar
SkinScrollbar getScrollbar()Gets the Scrollbar attribute of the Skin object- Returns:
- The Scrollbar value
-
getSplitPane
SkinSplitPane getSplitPane()Gets the SplitPane attribute of the Skin object- Returns:
- The SplitPane value
-
getSlider
-
getSeparator
SkinSeparator getSeparator()Gets the Separator attribute of the Skin object- Returns:
- The Separator value
-
unload
void unload()Description of the Method -
getResource
-
initComponentDefaults
-