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.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
LibraryHandle |
ModuleHandleImpl.findLibrary(java.lang.String fileName)
Returns the library handle with the given file name.
|
LibraryHandle |
ModuleHandleImpl.getLibrary(java.lang.String namespace)
Returns the library handle with the given namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleHandleImpl.dropLibrary(LibraryHandle library)
Drops the given library from the included libraries of this design file.
|
void |
ModuleHandleImpl.dropLibraryAndBreakExtends(LibraryHandle library)
Drops the given library from the design and break all the parent/child
relationships.
|
boolean |
ModuleHandleImpl.isInclude(LibraryHandle library)
Checks whether there is an included library in this module, which has the
same absolute path as that of the given library.
|
void |
ModuleHandleImpl.reloadLibrary(LibraryHandle libraryToReload)
Reloads the library with the given library file path.
|
void |
ModuleHandleImpl.shiftLibrary(LibraryHandle library,
int toPosn)
Shifts the library to new position.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ElementExportUtilImpl.canExport(DesignElementHandle elementToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride)
Checks whether the given element can be exported into one library.
|
static boolean |
ElementExportUtilImpl.canExport(StructureHandle structToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride)
Checks whether the given structure can be exported into one library.
|
static void |
ElementExportUtilImpl.exportDesign(ReportDesignHandle designToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride,
boolean genDefaultName)
Exports one design to library.
|
static void |
ElementExportUtilImpl.exportElement(DesignElementHandle elementToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride)
Exports the given element into one library.
|
static void |
ElementExportUtilImpl.exportStructure(StructureHandle structToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride)
Exports the given structure into one library.
|
Copyright © 2008 Actuate Corp. All rights reserved.