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

(Global Index)

Syntax

service FrameLoader;

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::XFrameLoader

Top of Page