|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContent | |
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. |
org.eclipse.birt.report.engine.extension | This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration, and IReportItemPresentation ---- that are used to process an extended item at query preparation, report generation and report rendering times. |
org.eclipse.birt.report.engine.layout.content |
Uses of IContent in org.eclipse.birt.report.engine.content |
Subinterfaces of IContent in org.eclipse.birt.report.engine.content | |
interface |
IAutoTextContent
|
interface |
IBandContent
|
interface |
ICellContent
Provides the interfaces for Cell Content |
interface |
IContainerContent
Provides the interfaces for Container content |
interface |
IDataContent
|
interface |
IForeignContent
The content of foreign object is not handle by report engine. |
interface |
IGroupContent
|
interface |
IImageContent
Image content in the report. |
interface |
ILabelContent
|
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
|
interface |
ITextContent
Provides the interfaces for the Text Content Text content contains several paragraphs which shares the same style properties. |
Methods in org.eclipse.birt.report.engine.content that return IContent | |
IContent |
IPageContent.getPageHeader()
|
IContent |
IPageContent.getPageFooter()
|
IContent |
IPageContent.getPageBody()
|
IContent |
IReportContent.getRoot()
return root content |
IContent |
IReportContent.getContent(InstanceID id)
return the content in this report. |
Methods in org.eclipse.birt.report.engine.content with parameters of type IContent | |
java.lang.Object |
IContentVisitor.visit(IContent content,
java.lang.Object value)
|
java.lang.Object |
IContentVisitor.visitContent(IContent content,
java.lang.Object value)
|
void |
IPageContent.setPageHeader(IContent header)
|
void |
IPageContent.setPageFooter(IContent footer)
|
void |
IPageContent.setPageBody(IContent body)
|
ITextContent |
IReportContent.createTextContent(IContent conent)
create the text content, copy the properties from the template content. |
IImageContent |
IReportContent.createImageContent(IContent conent)
create the image content, copy the properties from the template content. |
ILabelContent |
IReportContent.createLabelContent(IContent conent)
create the label content, copy the properties from the template content. |
IDataContent |
IReportContent.createDataContent(IContent conent)
create the data content, copy the properties from the template content. |
Uses of IContent in org.eclipse.birt.report.engine.emitter |
Methods in org.eclipse.birt.report.engine.emitter with parameters of type IContent | |
void |
IContentEmitter.startContent(IContent content)
|
void |
IContentEmitter.endContent(IContent content)
|
Uses of IContent in org.eclipse.birt.report.engine.extension |
Methods in org.eclipse.birt.report.engine.extension that return IContent | |
IContent |
IReportItemExecutor.execute()
execute the report item |
IContent |
IReportItemExecutor.getContent()
get the content |
Uses of IContent in org.eclipse.birt.report.engine.layout.content |
Fields in org.eclipse.birt.report.engine.layout.content declared as IContent | |
protected IContent |
ItemExecutorWrapper.content
|
Methods in org.eclipse.birt.report.engine.layout.content that return IContent | |
IContent |
IContentWrapper.getContent()
|
IContent |
ItemExecutorWrapper.execute()
|
Constructors in org.eclipse.birt.report.engine.layout.content with parameters of type IContent | |
ItemExecutorWrapper(IReportItemExecutor executor,
IContent content)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |