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
|
|
Syntax
- void initialize
(
- com::sun::star::awt::XWindow xTaskWindow );
Description
attaches a window to the task.
Syntax
- boolean close
();
Description
tries to close all windows within the task and the task by itself.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.