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

interface XDesktopTask
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XComponent
       |  
       +--XDesktopTask
::com::sun::star::lang::XComponent
(referenced interface's summary:)
allows to exclicitly free resources and break cyclic references.
Usage Restrictions
deprecated
Description
use ::com::sun::star::frame::XFrame instead of this

Methods' Summary
initialize [ DEPRECATED ]
use ::com::sun::star::lang::XInitialization instead..  
close [ DEPRECATED ]
use ::com::sun::star::util::XCloseable or ::com::sun::star::lang::XComponent::dispose() instead.  
Methods' Details
initialize
void
initialize( [in] ::com::sun::star::awt::XWindow  TaskWindow );

Usage Restrictions
deprecated
Description
use ::com::sun::star::lang::XInitialization instead..
close
boolean
close();

Usage Restrictions
deprecated
Description
use ::com::sun::star::util::XCloseable or ::com::sun::star::lang::XComponent::dispose() instead.
Top of Page