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

Represents the fundamental data structures of the user-defined property and the interface of UI listener.

See:
          Description

Interface Summary
IAccessControl Represents the visibility level of a module.
IAttributeListener Receives file name events after one attribute of the report design is changed.
IDesignElement Interface for all the design elements.
IDisposeListener Receives dispose events after one report design is disposed.
IModuleModel The interface for the root element to store the constants.
INameManager Interface to do all managements about the element names.
IResourceChangeListener This listener is notified of changes to resources in the resource path.
IStructure Interface for objects that appear in a property list.
Listener Receives events about a Design Element.
 

Class Summary
AttributeEvent Notification event that says that the attribute of the module is changed.
DisposeEvent Notification event that says that the module is disposed.
UserPropertyDefn Represents a user-defined property.
 

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

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:



Copyright © 2008 Actuate Corp. All rights reserved.