Uses of Interface
org.eclipse.birt.report.engine.content.IContainerContent

Packages that use IContainerContent
org.eclipse.birt.report.engine.content Defines interfaces of BIRT report items for Engine to pass from executors to emitters. 
org.eclipse.birt.report.engine.emitter Defines the interfaces of report emitters, and also provides serval general classes for emitters to output XML document, process hyperline, etc. 
 

Uses of IContainerContent in org.eclipse.birt.report.engine.content
 

Subinterfaces of IContainerContent in org.eclipse.birt.report.engine.content
 interface ICellContent
          Provides the interfaces for Cell Content
 

Methods in org.eclipse.birt.report.engine.content that return IContainerContent
 IContainerContent IReportContent.createContainerContent()
          create a container content.
 

Methods in org.eclipse.birt.report.engine.content with parameters of type IContainerContent
 void IContentVisitor.visitContainer(IContainerContent container, java.lang.Object value)
          visit content( free-form and list band)
 

Uses of IContainerContent in org.eclipse.birt.report.engine.emitter
 

Methods in org.eclipse.birt.report.engine.emitter with parameters of type IContainerContent
 void IContentEmitter.startContainer(IContainerContent container)
           
 void IContentEmitter.endContainer(IContainerContent container)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.