Uses of Class
org.eclipse.birt.report.model.api.activity.NotificationEvent

Packages that use NotificationEvent
org.eclipse.birt.report.model.api.command Provides events when some command operations modify the state of 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.elements.table   
org.eclipse.birt.report.model.api.validators Provides the validation classes for semantic check on multiple properties. 
 

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

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

Uses of NotificationEvent in org.eclipse.birt.report.model.api.core
 

Subclasses of NotificationEvent in org.eclipse.birt.report.model.api.core
 class AttributeEvent
          Notification event that says that the attribute of the module is changed.
 class DisposeEvent
          Notification event that says that the module is disposed.
 

Methods in org.eclipse.birt.report.model.api.core with parameters of type NotificationEvent
 void Listener.elementChanged(DesignElementHandle focus, NotificationEvent ev)
          Notifies the listener about a Design Engine event.
 

Uses of NotificationEvent in org.eclipse.birt.report.model.api.elements.table
 

Subclasses of NotificationEvent in org.eclipse.birt.report.model.api.elements.table
 class LayoutChangedEvent
          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.validators
 class ValidationEvent
          Notification event that says that the validation is performed and whether error exists.
 



Copyright © 2005 Actuate Corp. All rights reserved.