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

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

interface XPluginInstanceSyncPeer

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



Methods' Summary

openNewBrowserWindow Opens a new browser window with a plugin instance synchronously.

Methods' Details

openNewBrowserWindow
 
void
openNewBrowserWindow(
[ out ] com::sun::star::mozilla::XPluginInstance aInstance,
[ out ] any aLinkage,
[ out ] boolean embeded );

Description
Opens a new browser window with a plugin instance synchronously.
Parameter aInstance
[out]: new plugin instance in case of success
Parameter Any
[out]: linkage to the window data
Parameter embedded
[out]: selects embedded or full page plugin mode

Top of Page