Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.IReportDesign

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

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

Methods in org.eclipse.birt.report.model.api that return IReportDesign
 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.
 

Uses of IReportDesign in org.eclipse.birt.report.model.api.extension
 

Methods in org.eclipse.birt.report.model.api.extension that return IReportDesign
 IReportDesign MultiRowItem.getReport()
           
 IReportDesign SimpleRowItem.getReport()
           
 

Uses of IReportDesign in org.eclipse.birt.report.model.api.impl
 

Methods in org.eclipse.birt.report.model.api.impl that return IReportDesign
 IReportDesign DesignEngineImpl.openDesign(java.lang.String fileName, java.io.InputStream ins, IModuleOption options)
          Opens the report design.
 

Uses of IReportDesign in org.eclipse.birt.report.model.api.simpleapi
 

Methods in org.eclipse.birt.report.model.api.simpleapi that return IReportDesign
 IReportDesign IDesignElement.getReport()
          Gets the report.
 



Copyright © 2008 Actuate Corp. All rights reserved.