Uses of Class
org.eclipse.birt.report.model.api.activity.NotificationEvent
Packages that use NotificationEvent
Package
Description
Manages the low-level undoable operations and event
notifications.
Provides events when some command operations modify the state of the
Design Engine.
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
Provides the validation classes for semantic check on multiple properties.
-
Uses of NotificationEvent in org.eclipse.birt.report.model.api.activity
Methods in org.eclipse.birt.report.model.api.activity with parameters of type NotificationEventModifier and TypeMethodDescriptionboolean
NotificationEvent.isSame
(NotificationEvent event) Compares and justifies whether this event and the given event is the same. -
Uses of NotificationEvent in org.eclipse.birt.report.model.api.command
Subclasses of NotificationEvent in org.eclipse.birt.report.model.api.commandModifier and TypeClassDescriptionclass
Notification event that says that the contents of a container have changed.class
Notification event that says that one content of a container have been replaced by another one.class
Included css style sheet eventclass
Included css style sheet reload eventclass
Notification event that says that the contents of user-defined message is added, dropped, or changed.class
Indicates that an element was deleted.class
Events indicating that the element is just localized.class
Identifies that the encryption of an element property changed.class
Indicates that the extends attribute of an element changed.class
Notification event to send when the dynamic property list is changed after setting an extension property value.class
Notification event that says that the module need refreshing.class
Indicates that the library is added, dropped or shifted.class
Events indicating that the library is reloaded.class
Identifies that the name of an element changed.class
Deprecated.Since BIRT 2.1, there will no such event send by BIRTclass
Notification event to send when a property changes.class
Notification event that says that the module need refreshing.class
Notifies that the style of an element has changed.class
Notification event that says that transformation betweem a template element and a report item or data set occurs.class
Notifies that the style of an element has changed.class
Indicates a change to a user-defined property.class
Notification event that says that multiple views of a container have changed.Methods in org.eclipse.birt.report.model.api.command with parameters of type NotificationEventModifier and TypeMethodDescriptionboolean
ContentEvent.isSame
(NotificationEvent event) boolean
ElementDeletedEvent.isSame
(NotificationEvent event) boolean
NameSpaceEvent.isSame
(NotificationEvent event) Deprecated.boolean
PropertyEvent.isSame
(NotificationEvent event) boolean
TemplateTransformEvent.isSame
(NotificationEvent event) boolean
UserPropertyEvent.isSame
(NotificationEvent event) boolean
ViewsContentEvent.isSame
(NotificationEvent event) -
Uses of NotificationEvent in org.eclipse.birt.report.model.api.core
Subclasses of NotificationEvent in org.eclipse.birt.report.model.api.coreModifier and TypeClassDescriptionclass
Notification event that says that the attribute of the module is changed.class
Notification event that says that the module is disposed.Methods in org.eclipse.birt.report.model.api.core with parameters of type NotificationEventModifier and TypeMethodDescriptionvoid
Listener.elementChanged
(DesignElementHandle focus, NotificationEvent ev) Notifies the listener about a Design Engine event.boolean
AttributeEvent.isSame
(NotificationEvent event) -
Uses of NotificationEvent in org.eclipse.birt.report.model.api.elements.table
Subclasses of NotificationEvent in org.eclipse.birt.report.model.api.elements.tableModifier and TypeClassDescriptionclass
Notification event that says that the layout of the table element has been changed. -
Uses of NotificationEvent in org.eclipse.birt.report.model.api.validators
Subclasses of NotificationEvent in org.eclipse.birt.report.model.api.validatorsModifier and TypeClassDescriptionclass
Notification event that says that the validation is performed and whether error exists.