service SynchronousFrameLoader in module com::sun::star::frame::

(Global Index)

Syntax

service SynchronousFrameLoader;

Description

Derivations of this abstract service are used to load components into Frame s of the environment.

Concrete implementations of this service register, for example, for file name extensions or MIME types to load appropriate components. The components loaded are at least Controller .

Exported Interfaces

com::sun::star::frame::XSynchronousFrameLoader

Description

support synchron loading


com::sun::star::lang::XInitialization [ OPTIONAL ]

Description

support initialization of loader with its own configuration!

A loader can support a readonly access to its own configuration. But readonly properties couldn't be set ... That's the reason for these interface! All Anys of given sequence are from Type PropertyValue .


com::sun::star::beans::XPropertySet [ OPTIONAL ]

Description

readonly(!) access to loader configuration

These interfaces support readonly access to our internal configuration of THIS loader. The loader itself gets its configuration about XInitialization at creation by using the FrameLoaderFactory !


Property Summary

Types loader is registered for these types

UIName localized name of loader to show it at UI elements

Property Details



Types [ O P T I O N A L ]

Syntax

[readonly] sequence< string > Types;

Description

loader is registered for these types


UIName [ O P T I O N A L ]

Syntax

[readonly] string UIName;

Description

localized name of loader to show it at UI elements

Top of Page