Package org.eclipse.birt.report.model.api.command

Provides events when some command operations modify the state of the Design Engine.

See:
          Description

Class Summary
ContentEvent Notification event that says that the contents of a container have changed.
ContentReplaceEvent Notification event that says that one content of a container have been replaced by another one.
CustomMsgEvent Notification event that says that the contents of user-defined message is added, dropped, or changed.
ElementDeletedEvent Indicates that an element was deleted.
ElementLocalizeEvent Events indicating that the element is just localized.
ExtendsEvent Indicates that the extends attribute of an element changed.
ExtensionPropertyDefinitionEvent Notification event to send when the dynamic property list is changed after setting an extension property value.
LibraryEvent Indicates that the library is added, dropped or shifted.
NameEvent Identifies that the name of an element changed.
NameSpaceEvent Indicates that the contents of a name space changed.
PropertyEvent Notification event to send when a property changes.
StyleEvent Notifies that the style of an element has changed.
TemplateTransformEvent Notification event that says that transformation betweem a template element and a report item or data set occurs.
ThemeEvent Notifies that the style of an element has changed.
UserPropertyEvent Indicates a change to a user-defined property.
 

Exception Summary
ContentException Reports an error during a container operation.
CustomMsgException Reports an error during a user-defined message operation.
ExtendsException Indicates an error while setting the extends property of an element.
NameException Indicates an error when setting the name of an element.
PropertyNameException Exception thrown when a property name is invalid.
StyleException Indicates an error while setting the style of an element.
TemplateException Reports an error during a template related operation.
ThemeException Indicates an error while setting the style of an element.
UserPropertyException Reports an error during a user property operation.
 

Package org.eclipse.birt.report.model.api.command Description

Provides events when some command operations modify the state of the Design Engine.

Package Specification

The application modifies a report design using a set of commands. Each command will send notification event and throw exception if an error occurs.

Related Documentation

The application generally uses the API handle classes to work with a design. These handle classes use the commands defined here to modify the design.



Copyright © 2005 Actuate Corp. All rights reserved.