|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
PropertyHandle.getPropertyDefn()
|
IElementPropertyDefn |
ComplexValueHandle.getPropertyDefn()
|
IElementPropertyDefn |
GroupPropertyHandle.getPropertyDefn()
Return the property definition. |
IElementPropertyDefn |
MemberHandle.getPropertyDefn()
|
abstract IElementPropertyDefn |
ValueHandle.getPropertyDefn()
Gets the property definition. |
IElementPropertyDefn |
StructureHandle.getPropertyDefn()
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |