Uses of Class
org.eclipse.birt.report.model.api.core.UserPropertyDefn

Packages that use UserPropertyDefn
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. 
 

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

Methods in org.eclipse.birt.report.model.api that return UserPropertyDefn
 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.
 

Methods in org.eclipse.birt.report.model.api with parameters of type UserPropertyDefn
 void DesignElementHandle.addUserPropertyDefn(UserPropertyDefn prop)
          Adds a user-defined property definition.
 void ContentElementHandle.addUserPropertyDefn(UserPropertyDefn prop)
           
 void PrivateStyleHandle.addUserPropertyDefn(UserPropertyDefn prop)
          This method is not defined for private styles.
 void UserPropertyDefnHandle.setUserPropertyDefn(UserPropertyDefn prop)
          Sets the definition for the user-defined property.
 

Constructors in org.eclipse.birt.report.model.api with parameters of type UserPropertyDefn
UserPropertyDefnHandle(DesignElementHandle element, UserPropertyDefn prop)
          Constructs a handle for the user-defined property with the given element handle and the user-defined property.
 

Uses of UserPropertyDefn in org.eclipse.birt.report.model.api.command
 

Methods in org.eclipse.birt.report.model.api.command that return UserPropertyDefn
 UserPropertyDefn UserPropertyEvent.getProperty()
          Returns the definition of the user-defined property that changed.
 

Constructors in org.eclipse.birt.report.model.api.command with parameters of type UserPropertyDefn
UserPropertyEvent(org.eclipse.birt.report.model.core.DesignElement obj, UserPropertyDefn prop, int theAction)
          Constructor.
 



Copyright © 2008 Actuate Corp. All rights reserved.