:: com :: sun :: star :: embed ::

interface XWindowSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XWindowSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides access to a vcl window implementation.

Methods' Summary
getWindow allows to get access to a vcl window implementation.  
Methods' Details
getWindow
::com::sun::star::awt::XWindow
getWindow();

Description
allows to get access to a vcl window implementation.
Returns
vcl window implementation
Top of Page