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 SkinButtonDescription of the Fieldprotected SkinFrameDescription of the Fieldprotected SkinPersonalityDescription of the Fieldprotected SkinProgressDescription of the Fieldprotected HashtableDescription of the Fieldprotected SkinScrollbarDescription of the Fieldprotected SkinSeparatorDescription of the Fieldprotected SkinSliderDescription of the Fieldprotected SkinSplitPaneDescription of the Fieldprotected SkinTabDescription 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 objectvoidinitComponentDefaults(UIDefaults table) voidunload()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:
getPersonalityin 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:
getProgressin 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:
getScrollbarin interfaceSkin- Returns:
- The Scrollbar value
-
getSeparator
Gets the Separator attribute of the AbstractSkin object- Specified by:
getSeparatorin interfaceSkin- Returns:
- The Separator value
-
getSplitPane
Gets the SplitPane attribute of the AbstractSkin object- Specified by:
getSplitPanein 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:
getResourcein interfaceSkin- Parameters:
key- Description of Parameter- Returns:
- The Resource value
-
unload
public void unload()Description of the Method -
initComponentDefaults
- Specified by:
initComponentDefaultsin interfaceSkin
-