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

deprecated interface XDesktopTask
Base Interfaces
XDesktopTask
┗ ::com::sun::star::lang::XComponent

::com::sun::star::lang::XComponent
(referenced interface's summary:)
allows to exclicitly free resources and break cyclic references.
Usage Restrictions
deprecated
Description
use 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