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

Packages that use IElement
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.css.engine   
 

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

Subinterfaces of IElement 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 IContent
          object created by report generator.
 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 IElement
 IElement IElement.getParent()
           
 

Methods in org.eclipse.birt.report.engine.content with parameters of type IElement
 void IElement.setParent(IElement parent)
           
 

Uses of IElement in org.eclipse.birt.report.engine.css.engine
 

Subinterfaces of IElement in org.eclipse.birt.report.engine.css.engine
 interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement
           
 



Copyright © 2005 Actuate Corp. All rights reserved.