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


package org.eclipse.birt.report.model.api.core
Represents the fundamental data structures of the user-defined property and the interface of UI listener.

Package Specification

The core package represents the key data structures of the user-defined property. Other packages build on this class to add, remove, replace a user-defined property. UI can add listener to the design element to accept the notification event sent each time the operation is done, undone or redone.

The key classes in this package include:

  • Listener is the interface class to accept the notification event sent by all report elements. See the extensive documentation in this class for information about the services common to all report elements.
  • UserPropertyDefn provides generic access to a user-defined property. The class provides some getter/setters to the name, type, choices, and so on.
  • Class
    Description
    Notification event that says that the attribute of the module is changed.
    Notification event that says that the module is disposed.
    Represents the visibility level of a module.
    Receives file name events after one attribute of the report design is changed.
    Interface for all the design elements.
    Receives dispose events after one report design is disposed.
    The interface for the root element to store the constants.
    Interface to do all managements about the element names.
    This listener is notified of changes to resources in the resource path.
    Interface for objects that appear in a property list.
    Receives events about a Design Element.
    Represents a user-defined property.