|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.utils.AbstractTraitInfo
org.jvnet.substance.theme.ThemeInfo
org.jvnet.substance.theme.MixedThemeInfo
public class MixedThemeInfo
Information on a single mixed theme. This class is for internal use only.
SubstanceMixTheme| Constructor Summary | |
|---|---|
MixedThemeInfo(java.lang.String themeDisplayName,
java.lang.String... themeClassNames)
Creates a new info object on some mixed theme. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getThemeClassNames()
Returns the class names for the original themes. |
| Methods inherited from class org.jvnet.substance.theme.ThemeInfo |
|---|
getThemeClassName, getThemeDisplayName, getThemeKind |
| Methods inherited from class org.jvnet.substance.utils.AbstractTraitInfo |
|---|
getClassName, getDisplayName, isDefault, setDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MixedThemeInfo(java.lang.String themeDisplayName,
java.lang.String... themeClassNames)
themeDisplayName - The display name for the mixed theme.themeClassNames - The class names of the original themes.| Method Detail |
|---|
public java.lang.String[] getThemeClassNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||