Included Services - Details |
::com::sun::star::frame::FrameLoader
- Description
- ensures the basic functionality.
Supporting this service ensures that you can plug any of the components
the loader can create into an arbitrary frame.
The loader should be registered for the URL scheme
.component:DB/ *
, the concrete URLs supported are:
- .component:DB/DataSourceBrowser
Using this URL creates an instance of the
com::sun::star::sdb::DataSourceBrowser
service and plugs it into the frame passed to the loader.
- .component:DB/FormGridView
Using this URL creates an instance of the
com::sun::star::sdb::ExternalSourceBrowser
service and plugs it into the frame passed to the loader.
- .component:DB/QueryDesign
Using this URL creates an instance of the
com::sun::star::sdb::QueryDesign
service and plugs it into the frame passed to the loader.
- .component:DB/TableDesign
Using this URL creates an instance of the
com::sun::star::sdb::TableDesign
service and plugs it into the frame passed to the loader.
- .component:DB/RelationDesign
Using this URL creates an instance of the
com::sun::star::sdb::RelationDesign
service and plugs it into the frame passed to the loader.
The parameters passed to the
com::sun::star::frame::XFrameLoader::load()
are forwarded to the object being created,
in particular to its
com::sun::star::lang::XInitialization
interface.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.