Uses of Class
org.eclipse.birt.report.model.api.AbstractThemeHandle
Packages that use AbstractThemeHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
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.apiModifier and TypeClassDescriptionclass
Represents a report item theme in the library.class
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 AbstractThemeHandleModifier and TypeMethodDescriptionThemeStyleNameValidator.validateForAddingStyle
(AbstractThemeHandle theme, String styleName) Validates whether the style with the given name can be added into the given theme element.ThemeStyleNameValidator.validateForRenamingStyle
(AbstractThemeHandle theme, StyleHandle style, String styleName) Validates whether the style can be renamed to the given name.