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

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

service Desktop

Description
is the environment for components which can instantiate within frames.

A desktop environment contains tasks with one or more frames in which components can be loaded.



Included Services

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

Exported Interfaces

com::sun::star::frame::XDesktop
Description
This is the main interface of a desktop service.
com::sun::star::frame::XComponentLoader
Description
This is a simple interface to load components by an URL into a frame environment.
com::sun::star::frame::XTasksSupplier
Description
provides access to the tasks of a desktop environment.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

ActiveFrame returns currently active child frame of desktop

Properties' Details

ActiveFrame
 
[ readonly ] com::sun::star::frame::XFrame ActiveFrame;
Description
returns currently active child frame of desktop

Top of Page