Package com.l2fprod.gui.plaf.skin
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 objectvoid
initComponentDefaults
(UIDefaults table) void
unload()
Description of the Method
-
Method Details
-
getPersonality
SkinPersonality getPersonality()Gets the Personality attribute of the Skin object- Returns:
- The Personality value
-
getButton
SkinButton getButton()Gets the Button attribute of the Skin object- Returns:
- The Button value
-
getFrame
SkinFrame getFrame()Gets the Frame attribute of the Skin object- Returns:
- The Frame value
-
getTab
SkinTab getTab()Gets the Tab attribute of the Skin object- Returns:
- The Tab value
-
getProgress
SkinProgress getProgress()Gets the Progress attribute of the Skin object- Returns:
- The Progress value
-
getColors
String[] getColors()Gets the Colors attribute of the Skin object- Returns:
- The Colors value
-
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
SkinSlider getSlider()Gets the Slider attribute of the Skin object- Returns:
- The Slider value
-
getSeparator
SkinSeparator getSeparator()Gets the Separator attribute of the Skin object- Returns:
- The Separator value
-
unload
void unload()Description of the Method -
getResource
Gets the Resource attribute of the Skin object- Parameters:
key
- Description of Parameter- Returns:
- The Resource value
-
initComponentDefaults
-