|
||||||||||
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
com.l2fprod.gui.plaf.skin.CompoundSkin
public final class CompoundSkin
Assembles two skins to create a new one.
This can be used to combine features from two skins.
Field Summary |
---|
Fields inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkin |
---|
button, frame, personality, progress, resources, scrollbar, separator, slider, splitpane, tab |
Constructor Summary | |
---|---|
CompoundSkin(Skin a,
Skin b)
Construct a new Skin by merging two skins. If a feature is missing in the first skin, the second skin is used. |
Method Summary | |
---|---|
protected void |
addColors(java.lang.String[] colors,
java.util.Vector v)
Adds a feature to the Colors attribute of the CompoundSkin object |
java.lang.String[] |
getColors()
Gets the Colors attribute of the CompoundSkin object |
java.lang.Object |
getResource(java.lang.Object key)
Gets the Resource attribute of the CompoundSkin object |
void |
initComponentDefaults(javax.swing.UIDefaults table)
|
Methods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkin |
---|
getButton, getFrame, getPersonality, getProgress, getScrollbar, getSeparator, getSlider, getSplitPane, getTab, unload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundSkin(Skin a, Skin b)
a
- Description of Parameterb
- Description of ParameterMethod Detail |
---|
public java.lang.String[] getColors()
getColors
in interface Skin
getColors
in class AbstractSkin
public java.lang.Object getResource(java.lang.Object key)
getResource
in interface Skin
getResource
in class AbstractSkin
key
- Description of Parameter
public void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults
in interface Skin
initComponentDefaults
in class AbstractSkin
protected void addColors(java.lang.String[] colors, java.util.Vector v)
colors
- The feature to be added to the Colors attributev
- The feature to be added to the Colors attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |