Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: awt ::

interface XVclContainer

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
represents a container VCL window.


Methods' Summary

addVclContainerListener adds the specified container listener to receive container events from this container.
removeVclContainerListener removes the specified container listener so that it no longer receives container events from this container.
getWindows

Methods' Details

addVclContainerListener
 
[ oneway ] void
addVclContainerListener(
[ in ] com::sun::star::awt::XVclContainerListener l );

Description
adds the specified container listener to receive container events from this container.
removeVclContainerListener
 
[ oneway ] void
removeVclContainerListener(
[ in ] com::sun::star::awt::XVclContainerListener l );

Description
removes the specified container listener so that it no longer receives container events from this container.
getWindows
 
sequence< com::sun::star::awt::XWindow >
getWindows();

Top of Page