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

Packages that use AbstractThemeHandle
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 AbstractThemeHandle in org.eclipse.birt.report.model.api
 

Subclasses of AbstractThemeHandle in org.eclipse.birt.report.model.api
 class ReportItemThemeHandle
          Represents a report item theme in the library.
 class ThemeHandle
          Represents a theme in the library.
 

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

Methods in org.eclipse.birt.report.model.api.validators with parameters of type AbstractThemeHandle
 java.util.List<SemanticException> ThemeStyleNameValidator.validateForAddingStyle(AbstractThemeHandle 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(AbstractThemeHandle 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.