Uses of Class
org.eclipse.birt.report.model.api.ReportDesignHandle

Packages that use ReportDesignHandle
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. 
 

Uses of ReportDesignHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ReportDesignHandle
 ReportDesignHandle SessionHandle.openDesign(java.lang.String fileName)
          Opens a design with the given the file name.
 ReportDesignHandle SessionHandle.openDesign(java.lang.String fileName, ModuleOption options)
          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.
 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.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.
 ReportDesignHandle SessionHandle.createDesign(java.lang.String templateName)
          Creates a new design based on a template.
 ReportDesignHandle SessionHandle.createDesign()
          Creates a new empty design.
 ReportDesignHandle DesignElementHandle.getDesignHandle()
          Deprecated. replaced by getModuleHandle()
 

Methods in org.eclipse.birt.report.model.api with parameters of type ReportDesignHandle
protected  void DesignVisitor.visitReportDesign(ReportDesignHandle obj)
          Visits the report design element.
 

Uses of ReportDesignHandle in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util with parameters of type ReportDesignHandle
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.exportDesign(ReportDesignHandle designToExport, LibraryHandle targetLibraryHandle, boolean canOverride, boolean genDefaultName)
          Exports one design to library.
static void DocumentUtil.serialize(ReportDesignHandle designHandle, java.io.OutputStream out)
          Writes the report design to the given output stream.
 



Copyright © 2005 Actuate Corp. All rights reserved.