interface XTask in module com::sun::star::frame::

(Global Index)

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

Method Details



close

Syntax

boolean close ();

Description

tries to close all windows within the task and the task by itself.


tileWindows

Syntax

oneway void tileWindows ();

Description

arranges the windows within the task in tiles.


arrangeWindowsVertical

Syntax

oneway void arrangeWindowsVertical ();

Description

arranges the windows within the task vertically.


arrangeWindowsHorizontal

Syntax

oneway void arrangeWindowsHorizontal ();

Description

arranges the windows within the task horizontally.

Top of Page