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

interface XPluginInstanceSyncPeer
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XPluginInstanceSyncPeer
Description
This interface is an extention for XPluginInstancePeer interface. An object can support this interface in addition to XPluginInstancePeer interface.

Methods' Summary
openNewBrowserWindow Opens a new browser window with a plugin instance synchronously.
Methods' Details
openNewBrowserWindow
void
openNewBrowserWindow(
 
[out] XPluginInstance
[out] any
[out] boolean
 
aInstance,
aLinkage,
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