Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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 !


Properties' Summary

Types [ OPTIONAL ]
loader is registered for these types
UIName [ OPTIONAL ]
localized name of loader to show it at UI elements

Properties' Details

Types
 
[ readonly ] sequence< string > Types;
[ OPTIONAL ]
Description
loader is registered for these types
UIName
 
[ readonly ] string UIName;
[ OPTIONAL ]
Description
localized name of loader to show it at UI elements

Top of Page