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.util Utility classes. 
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.util
 

Methods in org.eclipse.birt.report.model.api.util with parameters of type ThemeHandle
static boolean ElementExportUtil.canExport(StyleHandle styleHandle, ThemeHandle themeHandle, boolean canOverride)
          Checks whether the given element can be exported into the selected theme.
static void ElementExportUtil.exportStyle(StyleHandle styleToExport, ThemeHandle themeHandle, boolean canOverride)
          Exports the given style into selected theme.
 

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<SemanticException> 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<SemanticException> 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.