java.lang.Object | +--com.ibm.lab.soln.interopedit.editors.ActiveXBrowserView
This class hosts the Shdocvw.dll component. Shdocvw.dll in turn hosts the Mshtml.dll component, as well as any other Active Document component (such as Word, Excel) that can be loaded in place in the browser. The user does not use the browser in a way to navigate to a specific document, rather that navigation occurs inside Eclipse when the user opens an *.htm file in their workspace.
Constructor Summary | |
ActiveXBrowserView()
Constructor for ActiveXBrowserView. |
Method Summary | |
ActiveXWebBrowser |
createBrowserPartControl(org.eclipse.swt.widgets.Composite parent)
Method createBrowserPartControl, used to instantiate the ActiveX control and automation object. |
void |
dispose()
Cleanup method that shuts down and disposes of the ActiveX control |
ActiveXWebBrowser |
getWebBrowser()
Returns the webBrowser. |
org.eclipse.swt.ole.win32.OleControlSite |
getWebControlSite()
Returns the webControlSite. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActiveXBrowserView()
Method Detail |
public ActiveXWebBrowser createBrowserPartControl(org.eclipse.swt.widgets.Composite parent)
parent
- public void dispose()
public ActiveXWebBrowser getWebBrowser()
public org.eclipse.swt.ole.win32.OleControlSite getWebControlSite()