Package | Description |
---|---|
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.elements.structures |
Defines the structure types in Model system.
|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CssSharedStyleHandle
Css shared style handle.
|
class |
PrivateStyleHandle
Represents the "private style" for an element.
|
class |
SharedStyleHandle
Represents a named, shared style.
|
Modifier and Type | Method and Description |
---|---|
StyleHandle |
AbstractThemeHandle.findStyle(java.lang.String name)
Returns the style with the given name.
|
StyleHandle |
DesignElementHandle.getPrivateStyle()
Returns a handle to work with the style properties of this element.
|
StyleHandle |
ContentElementHandle.getPrivateStyle() |
StyleHandle |
HighlightRuleHandle.getStyle()
Returns the style that the highlight rule links with.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StyleHandle> |
FactoryElementHandle.getAllFactoryStyles()
Gets all the factory style handle.
|
Modifier and Type | Method and Description |
---|---|
void |
HighlightRuleHandle.setStyle(StyleHandle style)
Sets the style property.
|
Modifier and Type | Method and Description |
---|---|
StyleHandle |
HighlightRule.getStyle()
Returns the style that the highlight rule links with.
|
Modifier and Type | Method and Description |
---|---|
void |
HighlightRule.setStyle(StyleHandle styleElement)
Sets the style property.
|
Modifier and Type | Method and Description |
---|---|
StyleHandle[] |
ReportItem.getReferencedStyle() |
StyleHandle[] |
IReportItem.getReferencedStyle() |
Modifier and Type | Method and Description |
---|---|
IStyle |
SimpleElementFactory.createStyle(StyleHandle style) |
Modifier and Type | Method and Description |
---|---|
IStyle |
ISimpleElementFactory.createStyle(StyleHandle style)
Create
IStyle instance |
Modifier and Type | Method and Description |
---|---|
static boolean |
ElementExportUtilImpl.canExport(StyleHandle styleHandle,
ThemeHandle themeHandle,
boolean canOverride)
Checks whether the given element can be exported into the selected theme.
|
static void |
ElementExportUtilImpl.exportStyle(StyleHandle styleToExport,
ThemeHandle themeHandle,
boolean canOverride)
Exports the given style into selected theme.
|
Modifier and Type | Method and Description |
---|---|
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.