Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDesktopTask

Base Interface
com::sun::star::lang::XComponent

Description
is used to initialize and close a desktop task.


Known Services which Export this Interface

com::sun::star::frame::DesktopTask specifies a separate task within a desktop environment.

Methods' Summary

initialize attaches a window to the task.
close tries to close all windows within the task and the task by itself.

Methods' Details

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

Description
attaches a window to the task.
close
 
boolean
close();
Description
tries to close all windows within the task and the task by itself.

Top of Page