service DatasourceAdministrationDialog in module com::sun::star::sdb:: |
service DatasourceAdministrationDialog;
provides a user interface for administrating the system wide registered data sources.
Here, system wide registered means registered on the (one and only) instance
of the
Exported Interfaces |
allows access to the properties of the object
allows starting execution of the administration dialog
allows initializing the dialog
You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments method of your XMultiServiceFactory .
You specify a parameter by passing one (or more)
PropertyValue
object(s) to the initialize method, where the Name field contains a string describing which aspect
you want to affect, and the Value field containing a value.
Imagine the initialization values as if you use setPropertyValue of the
XPropertySet
interface ...
allowed parameters are
Property Summary |
|
Title | the title of the (dialog) window |
ParentWindow | parent window to use for the administration dialog |
Property Details |
|||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.