Package | Description |
---|---|
org.eclipse.birt.report.model.api.activity |
Manages the low-level undoable operations and event
notifications.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NotificationEvent.isSame(NotificationEvent event)
Compares and justifies whether this event and the given event is the
same.
|
Modifier and Type | Class and Description |
---|---|
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 |
CssEvent
Included css style sheet event
|
class |
CssReloadedEvent
Included css style sheet reload event
|
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 |
EncryptionEvent
Identifies that the encryption of an element property changed.
|
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 |
LibraryChangeEvent
Notification event that says that the module need refreshing.
|
class |
LibraryEvent
Indicates that the library is added, dropped or shifted.
|
class |
LibraryReloadedEvent
Events indicating that the library is reloaded.
|
class |
NameEvent
Identifies that the name of an element changed.
|
class |
NameSpaceEvent
Deprecated.
Since BIRT 2.1, there will no such event send by BIRT
|
class |
PropertyEvent
Notification event to send when a property changes.
|
class |
ResourceChangeEvent
Notification event that says that the module need refreshing.
|
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.
|
class |
ViewsContentEvent
Notification event that says that multiple views of a container have changed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ViewsContentEvent.isSame(NotificationEvent event) |
boolean |
UserPropertyEvent.isSame(NotificationEvent event) |
boolean |
TemplateTransformEvent.isSame(NotificationEvent event) |
boolean |
PropertyEvent.isSame(NotificationEvent event) |
boolean |
NameSpaceEvent.isSame(NotificationEvent event)
Deprecated.
|
boolean |
ElementDeletedEvent.isSame(NotificationEvent event) |
boolean |
ContentEvent.isSame(NotificationEvent event) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Listener.elementChanged(DesignElementHandle focus,
NotificationEvent ev)
Notifies the listener about a Design Engine event.
|
boolean |
AttributeEvent.isSame(NotificationEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
LayoutChangedEvent
Notification event that says that the layout of the table element has been
changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationEvent
Notification event that says that the validation is performed and whether
error exists.
|
Copyright © 2008 Actuate Corp. All rights reserved.