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

Packages that use IMethodInfo
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.extension Defines the fundamental interfaces for those extensions from the reportitem extension point.  
org.eclipse.birt.report.model.api.metadata Defines the elements, properties, types, structures and slots in the Report Object Model.  
 

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

Methods in org.eclipse.birt.report.model.api.core that return IMethodInfo
 IMethodInfo UserPropertyDefn.getMethodInfo()
          User-defined methods are not supported.
 

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

Methods in org.eclipse.birt.report.model.api.extension that return IMethodInfo
 IMethodInfo PropertyDefinition.getMethodInfo()
           
 IMethodInfo IPropertyDefinition.getMethodInfo()
          Returns the method information of this property.
 

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

Methods in org.eclipse.birt.report.model.api.metadata that return IMethodInfo
 IMethodInfo IElementPropertyDefn.getMethodInfo()
          Returns the method information of this property.
 IMethodInfo IClassInfo.getMethod(java.lang.String name)
          Get the method definition given the method name.
 IMethodInfo IClassInfo.getConstructor()
          Returns the constructor definition.
 



Copyright © 2005 Actuate Corp. All rights reserved.