Package com.l2fprod.gui.plaf.skin
Interface Skin
-
- All Known Implementing Classes:
AbstractSkin,CompoundSkin,GtkSkin,KdeSkin
public interface SkinSkin 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 SkinButtongetButton()Gets the Button attribute of the Skin objectjava.lang.String[]getColors()Gets the Colors attribute of the Skin objectSkinFramegetFrame()Gets the Frame attribute of the Skin objectSkinPersonalitygetPersonality()Gets the Personality attribute of the Skin objectSkinProgressgetProgress()Gets the Progress attribute of the Skin objectjava.lang.ObjectgetResource(java.lang.Object key)Gets the Resource attribute of the Skin objectSkinScrollbargetScrollbar()Gets the Scrollbar attribute of the Skin objectSkinSeparatorgetSeparator()Gets the Separator attribute of the Skin objectSkinSlidergetSlider()Gets the Slider attribute of the Skin objectSkinSplitPanegetSplitPane()Gets the SplitPane attribute of the Skin objectSkinTabgetTab()Gets the Tab attribute of the Skin objectvoidinitComponentDefaults(javax.swing.UIDefaults table)voidunload()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)
-
-