Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkin
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.impl.AbstractSkin
-
- All Implemented Interfaces:
Skin
- Direct Known Subclasses:
CompoundSkin
,GtkSkin
,KdeSkin
public class AbstractSkin extends java.lang.Object implements Skin
Default Skin Support.- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
-
Field Summary
Fields Modifier and Type Field Description protected SkinButton
button
Description of the Fieldprotected SkinFrame
frame
Description of the Fieldprotected SkinPersonality
personality
Description of the Fieldprotected SkinProgress
progress
Description of the Fieldprotected java.util.Hashtable
resources
Description of the Fieldprotected SkinScrollbar
scrollbar
Description of the Fieldprotected SkinSeparator
separator
Description of the Fieldprotected SkinSlider
slider
Description of the Fieldprotected SkinSplitPane
splitpane
Description of the Fieldprotected SkinTab
tab
Description of the Field
-
Constructor Summary
Constructors Constructor Description AbstractSkin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkinButton
getButton()
Gets the Button attribute of the AbstractSkin objectjava.lang.String[]
getColors()
Gets the Colors attribute of the AbstractSkin objectSkinFrame
getFrame()
Gets the Frame attribute of the AbstractSkin objectSkinPersonality
getPersonality()
Gets the Personality attribute of the AbstractSkin objectSkinProgress
getProgress()
Gets the Progress attribute of the AbstractSkin objectjava.lang.Object
getResource(java.lang.Object key)
Gets the Resource attribute of the AbstractSkin objectSkinScrollbar
getScrollbar()
Gets the Scrollbar attribute of the AbstractSkin objectSkinSeparator
getSeparator()
Gets the Separator attribute of the AbstractSkin objectSkinSlider
getSlider()
Gets the Slider attribute of the AbstractSkin objectSkinSplitPane
getSplitPane()
Gets the SplitPane attribute of the AbstractSkin objectSkinTab
getTab()
Gets the Tab attribute of the AbstractSkin objectvoid
initComponentDefaults(javax.swing.UIDefaults table)
void
unload()
Description of the Method
-
-
-
Field Detail
-
personality
protected SkinPersonality personality
Description of the Field
-
button
protected SkinButton button
Description of the Field
-
frame
protected SkinFrame frame
Description of the Field
-
tab
protected SkinTab tab
Description of the Field
-
progress
protected SkinProgress progress
Description of the Field
-
scrollbar
protected SkinScrollbar scrollbar
Description of the Field
-
splitpane
protected SkinSplitPane splitpane
Description of the Field
-
separator
protected SkinSeparator separator
Description of the Field
-
slider
protected SkinSlider slider
Description of the Field
-
resources
protected java.util.Hashtable resources
Description of the Field
-
-
Method Detail
-
getPersonality
public SkinPersonality getPersonality()
Gets the Personality attribute of the AbstractSkin object- Specified by:
getPersonality
in interfaceSkin
- Returns:
- The Personality value
-
getButton
public SkinButton getButton()
Gets the Button attribute of the AbstractSkin object
-
getFrame
public SkinFrame getFrame()
Gets the Frame attribute of the AbstractSkin object
-
getTab
public SkinTab getTab()
Gets the Tab attribute of the AbstractSkin object
-
getProgress
public SkinProgress getProgress()
Gets the Progress attribute of the AbstractSkin object- Specified by:
getProgress
in interfaceSkin
- Returns:
- The Progress value
-
getColors
public java.lang.String[] getColors()
Gets the Colors attribute of the AbstractSkin object
-
getScrollbar
public SkinScrollbar getScrollbar()
Gets the Scrollbar attribute of the AbstractSkin object- Specified by:
getScrollbar
in interfaceSkin
- Returns:
- The Scrollbar value
-
getSeparator
public SkinSeparator getSeparator()
Gets the Separator attribute of the AbstractSkin object- Specified by:
getSeparator
in interfaceSkin
- Returns:
- The Separator value
-
getSplitPane
public SkinSplitPane getSplitPane()
Gets the SplitPane attribute of the AbstractSkin object- Specified by:
getSplitPane
in interfaceSkin
- Returns:
- The SplitPane value
-
getSlider
public SkinSlider getSlider()
Gets the Slider attribute of the AbstractSkin object
-
getResource
public java.lang.Object getResource(java.lang.Object key)
Gets the Resource attribute of the AbstractSkin object- Specified by:
getResource
in interfaceSkin
- Parameters:
key
- Description of Parameter- Returns:
- The Resource value
-
initComponentDefaults
public void initComponentDefaults(javax.swing.UIDefaults table)
- Specified by:
initComponentDefaults
in interfaceSkin
-
-