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

deprecated interface XTasksSupplier
Usage Restrictions
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();

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

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