Syntax
interface XTasksSupplier : com::sun::star::uno::XInterface ;
Description
provides access to the tasks of a desktop environment.
Note: Not all desktop environments support tasks at all.
See also
- Desktop
-
Known Services Which Export this Interface
|
com::sun::star::frame::Desktop -
Method Details
|
|
Syntax
- com::sun::star::container::XEnumerationAccess getTasks
();
Returns
-
a collection of all tasks currently running in the desktop.
The service Tasks contained in this attribute is
a collection object of all tasks of the desktop.
See also
- Tasks
-
Syntax
- com::sun::star::frame::XTask getActiveTask
();
Returns
-
the task of the currently active component within this desktop enviroment.
Even if an active component exists, there may be no active task.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.