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 IBandContent
           
 interface ICellContent
          Provides the interfaces for Cell Content
 interface IGroupContent
           
 interface IListBandContent
           
 interface IListContent
           
 interface IListGroupContent
           
 interface IPageContent
          Page instance.
 interface IRowContent
          Provides the interfaces for the Row AbstractContent
 interface ITableBandContent
          Provides the interfaces for the Table Band Content
 interface ITableContent
          Provides the interfaces for the Table Content
 interface ITableGroupContent
           
 

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
 java.lang.Object 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.