Type: info
Title: new Script/Library/Container interfaces/services
Posted by: [EMAIL PROTECTED]
Affected: -
Effective from: CWS basmgr02
*Summary*
--------
+ interface css.script.XPersistentLibraryContainer
+ css.script.XStorageBasedLibraryContainer
+ css.script.DocumentDialogLibraryContainer
+ service css.script.DocumentScriptLibraryContainer
*Description*
-------------
A number of new interfaces/services in css.script have been
introduced, which allow document implementations to embed containers
of script/dialog libraries.
In particular:
- XPersistentLibraryContainer : css.util.XModifiable, XLibraryContainer2
describes a container of script or dialog libraries which is persistent
in some abstract location
- XStorageBasedLibraryContainer : XPersistentLibraryContainer
desribes a container of script or dialog libraries which is persistent
in some XStorage
- DocumentDialogLibraryContainer : XStorageBasedLibraryContainer
is a service - which can be instantiated at the global component
context - for a dialog library container associated with a document
(XModel)
- DocumentScriptLibraryContainer : XStorageBasedLibraryContainer
is a service - which can be instantiated at the global component
context - for a script library container associated with a document
(XModel)
For more information see the respective IDL files / API documentation.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]