:: com :: sun :: star :: mozilla ::

interface XPluginWindowPeer
Description
Allows to notify a plugin from the office side about plugin window's child window creation. This interface is oriented for communication with browsers plugins.

Methods' Summary
setChildWindow Notifies the peer of the created child window.  
Methods' Details
setChildWindow
[oneway] void
setChildWindow( [in] any  SystemWindowData );

Description
Notifies the peer of the created child window.
Parameter SystemWindowData
[in]: platform dependent window data
Top of Page