Type: info
Title: + css.sdb.application.*
Posted by: [EMAIL PROTECTED]
Affected: -
Effective from: CWS hsqlcsvstage1
*Summary*
--------
+ css.sdb.application.XDatabaseDocumentUI
+ css.sdb.application.XTableUIProvider
+ css.sdb.application.DatabaseObject
*Description*
-------------
The newly introduced API module com.sun.star.sdb.application collects
functionality related to the database application (commonly known as
Base).
XDatabaseDocumentUI provides access to various functionality around
Base's application window.
XTableUIProvider allows database connections (css.sdb(c).Connection)
to provide dedicated UI for selected tables. At the moment, this only
includes icons which should be used for this table in the Base UI. The
interface is already prepared for providing a table editor component,
which can replace the normal table editor, but this is not honored,
yet (but will in a later CWS).
DatabaseObject is an enumeration of object types in a database, which
currently includes tables, queries, forms, and reports.
Note that all those APIs are not stable, yet, and might change. In
particular, they're highly likely to be extended as needed. Existing
parts however are not very likely to change (too much), so if you use
the API in a language which basically does by-name binding (say, Java,
StarBasic, or Python), then you should be pretty safe using this API.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]