Class ThemeVisitor
java.lang.Object
com.aquima.interactions.project.impl.ThemeVisitor
- All Implemented Interfaces:
IThemeVisitor
Visitor used during initialization to gather the available theme definitions.
- Since:
- 5.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method should be invoked to add a theme definition.protected Theme
-
Constructor Details
-
Method Details
-
addTheme
Description copied from interface:IThemeVisitor
This method should be invoked to add a theme definition.- Specified by:
addTheme
in interfaceIThemeVisitor
- Parameters:
themeDS
- the theme definition
-
getDefaultTheme
-