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

Packages that use IGroupContent
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 IGroupContent in org.eclipse.birt.report.engine.content
 

Subinterfaces of IGroupContent in org.eclipse.birt.report.engine.content
 interface IListGroupContent
          Provide the interfaces for the List Group Content.
 interface ITableGroupContent
          Provide the interfaces for the Table Group Content.
 

Methods in org.eclipse.birt.report.engine.content that return IGroupContent
 IGroupContent IRowContent.getGroup()
           
 

Methods in org.eclipse.birt.report.engine.content with parameters of type IGroupContent
 java.lang.Object IContentVisitor.visitGroup(IGroupContent group, java.lang.Object value)
           
 

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

Methods in org.eclipse.birt.report.engine.emitter with parameters of type IGroupContent
 void IContentEmitter.endGroup(IGroupContent group)
           
 void IContentEmitter.startGroup(IGroupContent group)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.