Package | Description |
---|---|
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.command |
Provides events when some command operations modify the state of the
Design Engine.
|
Modifier and Type | Method and Description |
---|---|
UserPropertyDefn |
UserPropertyDefnHandle.getCopy()
Returns the copy of the property definition for this user-defined
property.
|
UserPropertyDefn |
UserPropertyDefnHandle.getDefn()
Gets the user-defined property of this handle.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivateStyleHandle.addUserPropertyDefn(UserPropertyDefn prop)
This method is not defined for private styles.
|
void |
DesignElementHandle.addUserPropertyDefn(UserPropertyDefn prop)
Adds a user-defined property definition.
|
void |
UserPropertyDefnHandle.setUserPropertyDefn(UserPropertyDefn prop)
Sets the definition for the user-defined property.
|
Constructor and Description |
---|
UserPropertyDefnHandle(DesignElementHandle element,
UserPropertyDefn prop)
Constructs a handle for the user-defined property with the given element
handle and the user-defined property.
|
Modifier and Type | Method and Description |
---|---|
UserPropertyDefn |
UserPropertyEvent.getProperty()
Returns the definition of the user-defined property that changed.
|
Constructor and Description |
---|
UserPropertyEvent(org.eclipse.birt.report.model.core.DesignElement obj,
UserPropertyDefn prop,
int theAction)
Constructor.
|
Copyright © 2008 Actuate Corp. All rights reserved.