|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.gui.plaf.skin.impl.AbstractSkin
public class AbstractSkin
Default Skin Support.
Field Summary | |
---|---|
protected SkinButton |
button
Description of the Field |
protected SkinFrame |
frame
Description of the Field |
protected SkinPersonality |
personality
Description of the Field |
protected SkinProgress |
progress
Description of the Field |
protected java.util.Hashtable |
resources
Description of the Field |
protected SkinScrollbar |
scrollbar
Description of the Field |
protected SkinSeparator |
separator
Description of the Field |
protected SkinSlider |
slider
Description of the Field |
protected SkinSplitPane |
splitpane
Description of the Field |
protected SkinTab |
tab
Description of the Field |
Constructor Summary | |
---|---|
AbstractSkin()
|
Method Summary | |
---|---|
SkinButton |
getButton()
Gets the Button attribute of the AbstractSkin object |
java.lang.String[] |
getColors()
Gets the Colors attribute of the AbstractSkin object |
SkinFrame |
getFrame()
Gets the Frame attribute of the AbstractSkin object |
SkinPersonality |
getPersonality()
Gets the Personality attribute of the AbstractSkin object |
SkinProgress |
getProgress()
Gets the Progress attribute of the AbstractSkin object |
java.lang.Object |
getResource(java.lang.Object key)
Gets the Resource attribute of the AbstractSkin object |
SkinScrollbar |
getScrollbar()
Gets the Scrollbar attribute of the AbstractSkin object |
SkinSeparator |
getSeparator()
Gets the Separator attribute of the AbstractSkin object |
SkinSlider |
getSlider()
Gets the Slider attribute of the AbstractSkin object |
SkinSplitPane |
getSplitPane()
Gets the SplitPane attribute of the AbstractSkin object |
SkinTab |
getTab()
Gets the Tab attribute of the AbstractSkin object |
void |
initComponentDefaults(javax.swing.UIDefaults table)
|
void |
unload()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SkinPersonality personality
protected SkinButton button
protected SkinFrame frame
protected SkinTab tab
protected SkinProgress progress
protected SkinScrollbar scrollbar
protected SkinSplitPane splitpane
protected SkinSeparator separator
protected SkinSlider slider
protected java.util.Hashtable resources
Constructor Detail |
---|
public AbstractSkin()
Method Detail |
---|
public SkinPersonality getPersonality()
getPersonality
in interface Skin
public SkinButton getButton()
getButton
in interface Skin
public SkinFrame getFrame()
getFrame
in interface Skin
public SkinTab getTab()
getTab
in interface Skin
public SkinProgress getProgress()
getProgress
in interface Skin
public java.lang.String[] getColors()
getColors
in interface Skin
public SkinScrollbar getScrollbar()
getScrollbar
in interface Skin
public SkinSeparator getSeparator()
getSeparator
in interface Skin
public SkinSplitPane getSplitPane()
getSplitPane
in interface Skin
public SkinSlider getSlider()
getSlider
in interface Skin
public java.lang.Object getResource(java.lang.Object key)
getResource
in interface Skin
key
- Description of Parameter
public void unload()
unload
in interface Skin
public void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults
in interface Skin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |