Uses of Class
org.eclipse.birt.report.model.api.ExtendedItemHandle

Packages that use ExtendedItemHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
org.eclipse.birt.report.model.api.extension Defines the fundamental interfaces for those extensions from the reportitem extension point. 
org.eclipse.birt.report.model.api.impl   
org.eclipse.birt.report.model.api.simpleapi Report element representations in the BIRT simple API environment. 
 

Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ExtendedItemHandle
 ExtendedItemHandle ElementFactory.newExtendedItem(java.lang.String name, java.lang.String extensionName)
          Creates a new extended item.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ExtendedItemHandle
protected  void DesignVisitor.visitExtendedItem(ExtendedItemHandle obj)
          Visits the extended element.
 

Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.extension
 

Methods in org.eclipse.birt.report.model.api.extension with parameters of type ExtendedItemHandle
 void IReportItem.setHandle(ExtendedItemHandle handle)
          Sets the handle of this report item.
 void ReportItem.setHandle(ExtendedItemHandle handle)
           
 

Constructors in org.eclipse.birt.report.model.api.extension with parameters of type ExtendedItemHandle
MultiRowItem(ExtendedItemHandle item)
          Constructors.
SimpleRowItem(ExtendedItemHandle item)
          Constructors.
 

Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.impl
 

Methods in org.eclipse.birt.report.model.api.impl with parameters of type ExtendedItemHandle
 IReportItem SimpleElementFactory.wrapExtensionElement(ExtendedItemHandle handle, int type)
           
 

Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.simpleapi
 

Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ExtendedItemHandle
 IReportItem ISimpleElementFactory.wrapExtensionElement(ExtendedItemHandle handle, int type)
          Creates the scriptable object for the corresponding element handles.
 



Copyright © 2008 Actuate Corp. All rights reserved.