Class ThemeVisitor
- java.lang.Object
-
- com.aquima.interactions.project.impl.ThemeVisitor
-
- All Implemented Interfaces:
IThemeVisitor
public class ThemeVisitor extends Object implements IThemeVisitor
Visitor used during initialization to gather the available theme definitions.- Since:
- 5.1
- Author:
- O. Kerpershoek
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ThemeVisitor(Set<Theme> themes, String defaultThemeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTheme(IThemeDS themeDS)
This method should be invoked to add a theme definition.protected Theme
getDefaultTheme()
-
-
-
Method Detail
-
addTheme
public void addTheme(IThemeDS themeDS)
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
protected Theme getDefaultTheme()
-
-