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

interface XTask
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XFrame
       |
       +-XTask
[ DEPRECATED ]
Description
use XFrame instead of this one

Methods' Summary
close [ DEPRECATED ]
use ::com::sun::star::util::XCloseable or ::com::sun::star::lang::XComponent::dispose() at a Frame instead of this one
tileWindows [ DEPRECATED ]
arrangeWindowsVertical [ DEPRECATED ]
arrangeWindowsHorizontal [ DEPRECATED ]
Methods' Details
close
boolean
close();
 
 

[ DEPRECATED ]
Description
use ::com::sun::star::util::XCloseable or ::com::sun::star::lang::XComponent::dispose() at a Frame instead of this one
tileWindows
[oneway] void
tileWindows();
 
 

[ DEPRECATED ]
arrangeWindowsVertical
[oneway] void
arrangeWindowsVertical();
 
 

[ DEPRECATED ]
arrangeWindowsHorizontal
[oneway] void
arrangeWindowsHorizontal();
 
 

[ DEPRECATED ]
Top of Page