Uses of Class
org.eclipse.birt.report.model.api.ThemeHandle

Packages that use ThemeHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
org.eclipse.birt.report.model.api.validators Provides the validation classes for semantic check on multiple properties. 
 

Uses of ThemeHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ThemeHandle
 ThemeHandle ModuleHandle.findTheme(java.lang.String name)
          Finds a theme by its name in this module and the included modules.
 ThemeHandle ModuleHandle.getTheme()
          Returns the refresh rate when viewing the report.
 ThemeHandle ElementFactory.newTheme(java.lang.String name)
          Creates a new theme element.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ThemeHandle
 SharedStyleHandle ElementFactory.newStyle(ThemeHandle theme, java.lang.String name)
          Creates a new style element, and the style element is supposed to be adding to some theme in Library.
 void ModuleHandle.setTheme(ThemeHandle theme)
          Sets the theme to a report.
protected  void DesignVisitor.visitTheme(ThemeHandle obj)
          Visits the theme element.
 

Uses of ThemeHandle in org.eclipse.birt.report.model.api.validators
 

Methods in org.eclipse.birt.report.model.api.validators with parameters of type ThemeHandle
 java.util.List ThemeStyleNameValidator.validateForAddingStyle(ThemeHandle theme, java.lang.String styleName)
          Validates whether the style with the given name can be added into the given theme element.
 java.util.List ThemeStyleNameValidator.validateForRenamingStyle(ThemeHandle theme, StyleHandle style, java.lang.String styleName)
          Validates whether the style can be renamed to the given name.
 



Copyright © 2008 Actuate Corp. All rights reserved.