|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Represents the fundamental data structures of the user-defined property and the interface of UI listener.
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |