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

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

interface XTask

Base Interface
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.


Methods' Summary

close tries to close all windows within the task and the task by itself.
tileWindows arranges the windows within the task in tiles.
arrangeWindowsVertical arranges the windows within the task vertically.
arrangeWindowsHorizontal arranges the windows within the task horizontally.

Methods' Details

close
 
boolean
close();
Description
tries to close all windows within the task and the task by itself.
tileWindows
 
[ oneway ] void
tileWindows();
Description
arranges the windows within the task in tiles.
arrangeWindowsVertical
 
[ oneway ] void
arrangeWindowsVertical();
Description
arranges the windows within the task vertically.
arrangeWindowsHorizontal
 
[ oneway ] void
arrangeWindowsHorizontal();
Description
arranges the windows within the task horizontally.

Top of Page