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

interface XTasksSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTasksSupplier
[ DEPRECATED ]
Description
use XFramesSupplier instead of that

Methods' Summary
getTasks [ DEPRECATED ]
use XFramesSupplier::getFrames() instead of this one
getActiveTask [ DEPRECATED ]
use XFramesSupplier::getActiveFrame() instead of this one
Methods' Details
getTasks
::com::sun::star::container::XEnumerationAccess
getTasks();
 
 

[ DEPRECATED ]
Description
use XFramesSupplier::getFrames() instead of this one
getActiveTask
XTask
getActiveTask();
 
 

[ DEPRECATED ]
Description
use XFramesSupplier::getActiveFrame() instead of this one
Top of Page