Uses of Interface
org.eclipse.birt.report.engine.content.IContainerContent
Packages that use IContainerContent
Package
Description
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
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.contentModifier and TypeInterfaceDescriptioninterface
Provides the interface for the Band Content.interface
Provides the interfaces for Cell Contentinterface
Provides interfaces for Group Content.interface
Provides the interface for the Band Content in List.interface
Provides interfaces for List Content.interface
Provide the interfaces for the List Group Content.interface
Page instance.interface
Provides the interfaces for the Row AbstractContentinterface
Provides the interfaces for the Table Band Contentinterface
Provides the interfaces for the Table Contentinterface
Provide the interfaces for the Table Group Content.Methods in org.eclipse.birt.report.engine.content that return IContainerContentModifier and TypeMethodDescriptionIReportContent.createContainerContent()
create a container content.Methods in org.eclipse.birt.report.engine.content with parameters of type IContainerContentModifier and TypeMethodDescriptionIContentVisitor.visitContainer
(IContainerContent container, 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 IContainerContentModifier and TypeMethodDescriptionvoid
IContentEmitter.endContainer
(IContainerContent container) End containervoid
IContentEmitter.startContainer
(IContainerContent container) Start container