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

interface XTasksSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTasksSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated
Description
use ::com::sun::star::frame::XFramesSupplier instead of that

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

Usage Restrictions
deprecated
Description
use ::com::sun::star::frame::XFramesSupplier::getFrames() instead of this one
getActiveTask
::com::sun::star::frame::XTask
getActiveTask();

Usage Restrictions
deprecated
Description
use ::com::sun::star::frame::XFramesSupplier::getActiveFrame() instead of this one
Top of Page