|
|||||||||
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
public class ThemeInfo
Information on a single theme. This class is part of officially supported API.
Constructor Summary | |
---|---|
ThemeInfo(java.lang.String themeDisplayName,
java.lang.String themeClassName,
SubstanceTheme.ThemeKind themeKind)
Simple constructor. |
Method Summary | |
---|---|
java.lang.String |
getThemeClassName()
Deprecated. Use AbstractTraitInfo.getClassName() . |
java.lang.String |
getThemeDisplayName()
Deprecated. Use AbstractTraitInfo.getDisplayName() . |
SubstanceTheme.ThemeKind |
getThemeKind()
Returns the kind of this theme. |
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 ThemeInfo(java.lang.String themeDisplayName, java.lang.String themeClassName, SubstanceTheme.ThemeKind themeKind)
themeDisplayName
- Display name of this
theme.themeClassName
- Class name of this
theme.themeKind
- Kind of this
theme.Method Detail |
---|
public java.lang.String getThemeClassName()
AbstractTraitInfo.getClassName()
.
this
theme.
this
theme.public java.lang.String getThemeDisplayName()
AbstractTraitInfo.getDisplayName()
.
this
theme.
this
theme.public SubstanceTheme.ThemeKind getThemeKind()
this
theme.
this
theme.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |