| org.jvnet.substance.theme.ThemeInfo org.jvnet.substance.theme.MixedThemeInfo
MixedThemeInfo | public class MixedThemeInfo extends ThemeInfo (Code) | | Information on a single mixed theme. This class is for internal use only.
author: Kirill Grouchnikov See Also: SubstanceMixTheme |
Constructor Summary | |
public | MixedThemeInfo(String themeDisplayName, String... themeClassNames) Creates a new info object on some mixed theme. |
MixedThemeInfo | public MixedThemeInfo(String themeDisplayName, String... themeClassNames)(Code) | | Creates a new info object on some mixed theme.
Parameters: themeDisplayName - The display name for the mixed theme. Parameters: themeClassNames - The class names of the original themes. |
getThemeClassNames | public String[] getThemeClassNames()(Code) | | Returns the class names for the original themes.
The class names for the original themes. |
|
|