|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DesignFileException | |
---|---|
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.impl | |
org.eclipse.birt.report.model.api.util | Utility classes. |
Uses of DesignFileException in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that throw DesignFileException | |
---|---|
ReportDesignHandle |
SessionHandle.createDesignFromTemplate(java.lang.String templateDesignName)
Creates a new design based on a template file. |
LibraryHandle |
SessionHandle.createLibraryFromTemplate(java.lang.String templateLibraryName)
Creates a new library based on a template file. |
static ActionHandle |
ModuleUtil.deserializeAction(java.io.InputStream streamData)
Deserialize an input stream into an Action. |
static ActionHandle |
ModuleUtil.deserializeAction(java.io.InputStream streamData,
DesignElementHandle element)
Deserialize an input stream into an Action. |
static ActionHandle |
ModuleUtil.deserializeAction(java.lang.String strData)
Deserializes a string into an ActionHandle, notice that the handle is faked, the action is not in the design tree, the operation to the handle is not able to be undone. |
static ActionHandle |
ModuleUtil.deserializeAction(java.lang.String strData,
DesignElementHandle element)
Deserialize a string into an ActionHandle, notice that the handle is faked, the action is not in the design tree, the operation to the handle is not able to be undoned. |
void |
ModuleHandle.includeLibrary(java.lang.String libraryFileName,
java.lang.String namespace)
Includes one library with the given library file name. |
ReportDesignHandle |
SessionHandle.openDesign(java.lang.String fileName)
Opens a design with the given the file name. |
ReportDesignHandle |
SessionHandle.openDesign(java.lang.String fileName,
java.io.InputStream is)
Opens a design given a stream to the design and the the file name of the design. |
IReportDesign |
IDesignEngine.openDesign(java.lang.String fileName,
java.io.InputStream ins,
IModuleOption options)
Opens the report design. |
IReportDesign |
DesignEngine.openDesign(java.lang.String fileName,
java.io.InputStream ins,
IModuleOption options)
Opens the report design. |
ReportDesignHandle |
SessionHandle.openDesign(java.lang.String fileName,
java.io.InputStream is,
ModuleOption options)
Opens a design given a stream to the design and the the file name of the design. |
ReportDesignHandle |
SessionHandle.openDesign(java.lang.String fileName,
ModuleOption options)
Opens a design with the given the file name. |
ReportDesignHandle |
SessionHandle.openDesign(java.net.URL systemId,
java.io.InputStream is)
Opens a design given a stream to the design and the the file name of the design. |
ReportDesignHandle |
SessionHandle.openDesign(java.net.URL systemId,
java.io.InputStream is,
ModuleOption options)
Opens a design given a stream to the design and the the file name of the design. |
LibraryHandle |
SessionHandle.openLibrary(java.lang.String fileName)
Opens a library with the given the file name. |
LibraryHandle |
SessionHandle.openLibrary(java.lang.String fileName,
java.io.InputStream is)
Opens a library given a stream to the design and the the file name of the design. |
LibraryHandle |
SessionHandle.openLibrary(java.lang.String fileName,
java.io.InputStream is,
ModuleOption options)
Opens a library given a stream to the design and the the file name of the design. |
LibraryHandle |
SessionHandle.openLibrary(java.lang.String fileName,
ModuleOption options)
Opens a library with the given the file name. |
LibraryHandle |
SessionHandle.openLibrary(java.net.URL systemId,
java.io.InputStream is)
Opens a library with the given the file name. |
LibraryHandle |
SessionHandle.openLibrary(java.net.URL systemId,
java.io.InputStream is,
ModuleOption options)
Opens a library with the given the file name. |
ModuleHandle |
SessionHandle.openModule(java.lang.String fileName)
Opens a module regardless of the module type(library or report design). |
ModuleHandle |
SessionHandle.openModule(java.lang.String fileName,
java.io.InputStream is)
Opens a module regardless of the module type(library or report design). |
ModuleHandle |
SessionHandle.openModule(java.lang.String fileName,
java.io.InputStream is,
ModuleOption options)
Opens a module regardless of the module type(library or report design). |
ModuleHandle |
SessionHandle.openModule(java.lang.String fileName,
ModuleOption options)
Opens a module regardless of the module type(library or report design). |
void |
ModuleHandle.reloadLibraries()
Reloads all libraries this module included. |
void |
ModuleHandle.reloadLibrary(LibraryHandle libraryToReload)
Reloads the library with the given library file path. |
void |
ModuleHandle.reloadLibrary(java.lang.String reloadPath)
Reloads the library with the given library file path. |
Uses of DesignFileException in org.eclipse.birt.report.model.api.impl |
---|
Methods in org.eclipse.birt.report.model.api.impl that throw DesignFileException | |
---|---|
IReportDesign |
DesignEngineImpl.openDesign(java.lang.String fileName,
java.io.InputStream ins,
IModuleOption options)
Opens the report design. |
Uses of DesignFileException in org.eclipse.birt.report.model.api.util |
---|
Methods in org.eclipse.birt.report.model.api.util that throw DesignFileException | |
---|---|
static void |
ElementExportUtil.exportDesign(ReportDesignHandle designToExport,
java.lang.String libraryFileName,
boolean canOverride,
boolean genDefaultName)
Export the report design to a library file specified by the file name. |
static void |
ElementExportUtil.exportElement(DesignElementHandle elementToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given element into one library file. |
static void |
ElementExportUtil.exportElements(java.util.List elementsToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given element list into one library file. |
static void |
ElementExportUtil.exportStructure(StructureHandle structToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given structure into one library. |
static void |
ElementExportUtil.exportStructures(java.util.List structsToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given structure into one library. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |