|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.eclipse.birt.report.model.api.scripts |
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 |
IPropertyDefinition.getMethodInfo()
Returns the method information of this property. |
IMethodInfo |
PropertyDefinition.getMethodInfo()
|
IMethodInfo[] |
IReportItem.getMethods(java.lang.String methodName)
Returns the method info list of extension elements. |
IMethodInfo[] |
ReportItem.getMethods(java.lang.String methodName)
|
Uses of IMethodInfo in org.eclipse.birt.report.model.api.metadata |
---|
Subinterfaces of IMethodInfo in org.eclipse.birt.report.model.api.metadata | |
---|---|
interface |
ITemplateMethodInfo
Represents the method information that can provide code template. |
Classes in org.eclipse.birt.report.model.api.metadata that implement IMethodInfo | |
---|---|
class |
MethodInfo
Represents the method information for both class and element. |
Methods in org.eclipse.birt.report.model.api.metadata that return IMethodInfo | |
---|---|
IMethodInfo |
IClassInfo.getConstructor()
Returns the constructor definition. |
IMethodInfo |
ClassInfo.getConstructor()
Returns the constructor definition. |
IMethodInfo |
IClassInfo.getMethod(java.lang.String name)
Get the method definition given the method name. |
IMethodInfo |
ClassInfo.getMethod(java.lang.String name)
Get the method definition given the method name. |
IMethodInfo |
IElementPropertyDefn.getMethodInfo()
Returns the method information of this property. |
Methods in org.eclipse.birt.report.model.api.metadata with parameters of type IMethodInfo | |
---|---|
protected void |
ClassInfo.addMethod(IMethodInfo methodInfo)
Adds one method definition to this class definition. |
protected void |
ClassInfo.setConstructor(IMethodInfo constructor)
Adds constructor since some class has more than one constructor with different arguments. |
Uses of IMethodInfo in org.eclipse.birt.report.model.api.scripts |
---|
Classes in org.eclipse.birt.report.model.api.scripts that implement IMethodInfo | |
---|---|
class |
ConstructorInfo
Represents the method information for both class and element. |
class |
TemplateMethodInfo
Represents the method information that can provide code snippet as the template. |
Methods in org.eclipse.birt.report.model.api.scripts that return IMethodInfo | |
---|---|
protected IMethodInfo |
ClassInfo.createConstructorInfo(java.lang.reflect.Constructor classMethod)
|
protected IMethodInfo |
ClassInfo.createMethodInfo(java.lang.reflect.Method classMethod)
|
IMethodInfo |
ClassInfo.getConstructor()
Returns the constructor definition. |
IMethodInfo |
ClassInfo.getMethod(java.lang.String name)
Get the method definition given the method name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |