com.teamdev.jxbrowser.mozilla
Interface MozillaWebBrowser


public interface MozillaWebBrowser

This interface is implemented in addition to the WebBrowser interface by browser objects that are based on Mozilla Gecko engine. It provides access to the Mozilla-specific interfaces for advanced usage.


Method Summary
 org.mozilla.interfaces.nsIWebBrowser getWebBrowser()
          Returns the nsIWebBrowser instance that backs the current browser object.
 

Method Detail

getWebBrowser

org.mozilla.interfaces.nsIWebBrowser getWebBrowser()
Returns the nsIWebBrowser instance that backs the current browser object.

NOTE: The returned object provides direct access to the Mozilla engine and therefore must be used from XPCOM event dipatch thread only.