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

(Global Index)

Syntax

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.


Property Summary

ActiveFrame returns currently active child frame of desktop

Property Details



ActiveFrame

Syntax

[readonly] com::sun::star::frame::XFrame ActiveFrame;

Description

returns currently active child frame of desktop

Top of Page