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 SkinButtonbuttonDescription of the Fieldprotected SkinFrameframeDescription of the Fieldprotected SkinPersonalitypersonalityDescription of the Fieldprotected SkinProgressprogressDescription of the Fieldprotected java.util.HashtableresourcesDescription of the Fieldprotected SkinScrollbarscrollbarDescription of the Fieldprotected SkinSeparatorseparatorDescription of the Fieldprotected SkinSlidersliderDescription of the Fieldprotected SkinSplitPanesplitpaneDescription of the Fieldprotected SkinTabtabDescription of the Field
-
Constructor Summary
Constructors Constructor Description AbstractSkin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkinButtongetButton()Gets the Button attribute of the AbstractSkin objectjava.lang.String[]getColors()Gets the Colors attribute of the AbstractSkin objectSkinFramegetFrame()Gets the Frame attribute of the AbstractSkin objectSkinPersonalitygetPersonality()Gets the Personality attribute of the AbstractSkin objectSkinProgressgetProgress()Gets the Progress attribute of the AbstractSkin objectjava.lang.ObjectgetResource(java.lang.Object key)Gets the Resource attribute of the AbstractSkin objectSkinScrollbargetScrollbar()Gets the Scrollbar attribute of the AbstractSkin objectSkinSeparatorgetSeparator()Gets the Separator attribute of the AbstractSkin objectSkinSlidergetSlider()Gets the Slider attribute of the AbstractSkin objectSkinSplitPanegetSplitPane()Gets the SplitPane attribute of the AbstractSkin objectSkinTabgetTab()Gets the Tab attribute of the AbstractSkin objectvoidinitComponentDefaults(javax.swing.UIDefaults table)voidunload()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:
getPersonalityin 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:
getProgressin 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:
getScrollbarin interfaceSkin- Returns:
- The Scrollbar value
-
getSeparator
public SkinSeparator getSeparator()
Gets the Separator attribute of the AbstractSkin object- Specified by:
getSeparatorin interfaceSkin- Returns:
- The Separator value
-
getSplitPane
public SkinSplitPane getSplitPane()
Gets the SplitPane attribute of the AbstractSkin object- Specified by:
getSplitPanein 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:
getResourcein interfaceSkin- Parameters:
key- Description of Parameter- Returns:
- The Resource value
-
initComponentDefaults
public void initComponentDefaults(javax.swing.UIDefaults table)
- Specified by:
initComponentDefaultsin interfaceSkin
-
-