Uses of Interface
org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn

Packages that use IElementPropertyDefn
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.core Represents the fundamental data structures of the user-defined property and the interface of UI listener. 
org.eclipse.birt.report.model.api.metadata Defines the elements, properties, types, structures and slots in the Report Object Model. 
org.eclipse.birt.report.model.metadata Defines the elements, properties, types, structures and slots in the Report Object Model. 
 

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

Methods in org.eclipse.birt.report.model.api that return IElementPropertyDefn
 IElementPropertyDefn StructureHandle.getPropertyDefn()
           
 IElementPropertyDefn ComplexValueHandle.getPropertyDefn()
           
 IElementPropertyDefn PropertyHandle.getPropertyDefn()
           
 IElementPropertyDefn MemberHandle.getPropertyDefn()
           
 IElementPropertyDefn GroupPropertyHandle.getPropertyDefn()
          Return the property definition.
abstract  IElementPropertyDefn ValueHandle.getPropertyDefn()
          Gets the property definition.
 IElementPropertyDefn DesignElementHandle.getPropertyDefn(java.lang.String propName)
          Gets the property data for either a system-defined or user-defined property.
 

Uses of IElementPropertyDefn in org.eclipse.birt.report.model.api.core
 

Classes in org.eclipse.birt.report.model.api.core that implement IElementPropertyDefn
 class UserPropertyDefn
          Represents a user-defined property.
 

Uses of IElementPropertyDefn in org.eclipse.birt.report.model.api.metadata
 

Methods in org.eclipse.birt.report.model.api.metadata that return IElementPropertyDefn
 IElementPropertyDefn IElementDefn.getProperty(java.lang.String propName)
          Gets a property definition given a property name.
 

Uses of IElementPropertyDefn in org.eclipse.birt.report.model.metadata
 

Classes in org.eclipse.birt.report.model.metadata that implement IElementPropertyDefn
 class org.eclipse.birt.report.model.metadata.ElementPropertyDefn
          Meta-data information for a property.
 



Copyright © 2008 Actuate Corp. All rights reserved.