interface XDesktopTask in module com::sun::star::frame::

(Global Index)

Syntax

interface XDesktopTask : com::sun::star::lang::XComponent ;

Description

is used to initialize and close a desktop task.

Method Summary

initialize attaches a window to the task.

close tries to close all windows within the task and the task by itself.

Known Services Which Export this Interface

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

Method Details



initialize

Syntax

void initialize (
com::sun::star::awt::XWindow xTaskWindow );

Description

attaches a window to the task.


close

Syntax

boolean close ();

Description

tries to close all windows within the task and the task by itself.

Top of Page