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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SkinButton
getButton()
Gets the Button attribute of the Skin objectjava.lang.String[]
getColors()
Gets the Colors attribute of the Skin objectSkinFrame
getFrame()
Gets the Frame attribute of the Skin objectSkinPersonality
getPersonality()
Gets the Personality attribute of the Skin objectSkinProgress
getProgress()
Gets the Progress attribute of the Skin objectjava.lang.Object
getResource(java.lang.Object key)
Gets the Resource attribute of the Skin objectSkinScrollbar
getScrollbar()
Gets the Scrollbar attribute of the Skin objectSkinSeparator
getSeparator()
Gets the Separator attribute of the Skin objectSkinSlider
getSlider()
Gets the Slider attribute of the Skin objectSkinSplitPane
getSplitPane()
Gets the SplitPane attribute of the Skin objectSkinTab
getTab()
Gets the Tab attribute of the Skin objectvoid
initComponentDefaults(javax.swing.UIDefaults table)
void
unload()
Description of the Method
-
-
-
Method Detail
-
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
java.lang.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
java.lang.Object getResource(java.lang.Object key)
Gets the Resource attribute of the Skin object- Parameters:
key
- Description of Parameter- Returns:
- The Resource value
-
initComponentDefaults
void initComponentDefaults(javax.swing.UIDefaults table)
-
-