Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DesktopTask

Description
specifies a separate task within a desktop environment.
See also
DesktopTasks


Exported Interfaces

com::sun::star::frame::XDesktopTask
Description
is used to initialize and close a desktop task.
com::sun::star::frame::XFrame
Description
makes it possible to control a Frame
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.
com::sun::star::frame::XWindowArranger
Description
makes it possible to arrange the sub-windows within this component.
com::sun::star::frame::XFramesSupplier

Properties' Summary

Title contains the title of the component which is active within the task.
IsDesktop determines if the task is the desktop task.
IsVisible determines if the task is visible or not.
IsFloating determines if the task is floating or not.
IsAlwaysVisible determines if the task is always visible or only when active.
Position contains the position in pixels relative to the desktop window.
Size contains the size in pixel.

Properties' Details

Title
 
[ readonly ] string Title;
Description
contains the title of the component which is active within the task.
IsDesktop
 
[ readonly ] boolean IsDesktop;
Description
determines if the task is the desktop task.
IsVisible
 
boolean IsVisible;
Description
determines if the task is visible or not.
IsFloating
 
boolean IsFloating;
Description
determines if the task is floating or not.
IsAlwaysVisible
 
boolean IsAlwaysVisible;
Description
determines if the task is always visible or only when active.
Position
 
com::sun::star::awt::Point Position;
Description
contains the position in pixels relative to the desktop window.
Size
 
com::sun::star::awt::Size Size;
Description
contains the size in pixel.

Top of Page