chrriis.dj.nativeswing.swtimpl.components
Interface JWebBrowser.WebBrowserDecoratorFactory

Enclosing class:
JWebBrowser

public static interface JWebBrowser.WebBrowserDecoratorFactory

A factory that creates the decorators for web browsers.

Author:
Christopher Deckers

Method Summary
 WebBrowserDecorator createWebBrowserDecorator(JWebBrowser webBrowser, Component renderingComponent)
          Create the decorator for a web browser, which adds the rendering component to its component hierarchy and will itself be added to the web browser.
 

Method Detail

createWebBrowserDecorator

WebBrowserDecorator createWebBrowserDecorator(JWebBrowser webBrowser,
                                              Component renderingComponent)
Create the decorator for a web browser, which adds the rendering component to its component hierarchy and will itself be added to the web browser.

Parameters:
webBrowser - the webbrowser for which to create the decorator.
renderingComponent - the component that renders the web browser's content.
Returns:
the decorator.