Theme Constructor(String,ITheme)
In This Topic
Initializes a new instance of the Theme class with the specified theme name and base theme.
Syntax
public Theme(
java.lang.String ,
ITheme
)
|
Parameters
- themeName
- The name of the theme.
- baseTheme
- The base theme to initialize from.
See Also