|
||||||||||
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 | |
---|---|
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 |
ModuleHandleImpl.includeLibrary(java.lang.String libraryFileName,
java.lang.String namespace)
Includes one library with the given library file name. |
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. |
void |
ModuleHandleImpl.reloadLibraries()
Reloads all libraries this module included. |
void |
ModuleHandleImpl.reloadLibrary(LibraryHandle libraryToReload)
Reloads the library with the given library file path. |
void |
ModuleHandleImpl.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 |
ElementExportUtilImpl.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 |
ElementExportUtilImpl.exportElement(DesignElementHandle elementToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given element into one library file. |
static void |
ElementExportUtilImpl.exportElements(java.util.List elementsToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given element list into one library file. |
static void |
ElementExportUtilImpl.exportStructure(StructureHandle structToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given structure into one library. |
static void |
ElementExportUtilImpl.exportStructures(java.util.List structsToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given structure into one library. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |