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
Default Skin Support.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SkinButton
Description of the Fieldprotected SkinFrame
Description of the Fieldprotected SkinPersonality
Description of the Fieldprotected SkinProgress
Description of the Fieldprotected Hashtable
Description of the Fieldprotected SkinScrollbar
Description of the Fieldprotected SkinSeparator
Description of the Fieldprotected SkinSlider
Description of the Fieldprotected SkinSplitPane
Description of the Fieldprotected SkinTab
Description of the Field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the Button attribute of the AbstractSkin objectString[]
Gets the Colors attribute of the AbstractSkin objectgetFrame()
Gets the Frame attribute of the AbstractSkin objectGets the Personality attribute of the AbstractSkin objectGets the Progress attribute of the AbstractSkin objectgetResource
(Object key) Gets the Resource attribute of the AbstractSkin objectGets the Scrollbar attribute of the AbstractSkin objectGets the Separator attribute of the AbstractSkin objectGets the Slider attribute of the AbstractSkin objectGets the SplitPane attribute of the AbstractSkin objectgetTab()
Gets the Tab attribute of the AbstractSkin objectvoid
initComponentDefaults
(UIDefaults table) void
unload()
Description of the Method
-
Field Details
-
personality
Description of the Field -
button
Description of the Field -
frame
Description of the Field -
tab
Description of the Field -
progress
Description of the Field -
scrollbar
Description of the Field -
splitpane
Description of the Field -
separator
Description of the Field -
slider
Description of the Field -
resources
Description of the Field
-
-
Constructor Details
-
AbstractSkin
public AbstractSkin()
-
-
Method Details
-
getPersonality
Gets the Personality attribute of the AbstractSkin object- Specified by:
getPersonality
in interfaceSkin
- Returns:
- The Personality value
-
getButton
Gets the Button attribute of the AbstractSkin object -
getFrame
Gets the Frame attribute of the AbstractSkin object -
getTab
Gets the Tab attribute of the AbstractSkin object -
getProgress
Gets the Progress attribute of the AbstractSkin object- Specified by:
getProgress
in interfaceSkin
- Returns:
- The Progress value
-
getColors
Gets the Colors attribute of the AbstractSkin object -
getScrollbar
Gets the Scrollbar attribute of the AbstractSkin object- Specified by:
getScrollbar
in interfaceSkin
- Returns:
- The Scrollbar value
-
getSeparator
Gets the Separator attribute of the AbstractSkin object- Specified by:
getSeparator
in interfaceSkin
- Returns:
- The Separator value
-
getSplitPane
Gets the SplitPane attribute of the AbstractSkin object- Specified by:
getSplitPane
in interfaceSkin
- Returns:
- The SplitPane value
-
getSlider
Gets the Slider attribute of the AbstractSkin object -
getResource
Gets the Resource attribute of the AbstractSkin object- Specified by:
getResource
in interfaceSkin
- Parameters:
key
- Description of Parameter- Returns:
- The Resource value
-
unload
public void unload()Description of the Method -
initComponentDefaults
- Specified by:
initComponentDefaults
in interfaceSkin
-