Syntax
interface XTask : com::sun::star::frame::XFrame ;
Description
This is the main interface of a task within the desktop.
@deprecated@see XDesktopTask
for substitute.
See also
- XWindowArranger
-
for substitute.
Method Details
|
|
Syntax
- boolean close
();
Description
tries to close all windows within the task and the task by itself.
Syntax
- oneway void tileWindows
();
Description
arranges the windows within the task in tiles.
Syntax
- oneway void arrangeWindowsVertical
();
Description
arranges the windows within the task vertically.
Syntax
- oneway void arrangeWindowsHorizontal
();
Description
arranges the windows within the task horizontally.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.