|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.browser.AbstractWorkbenchBrowserSupport
Implements IWorkbenchBrowserSupport
while leaving some methods
to the implementors. Classes that extend this abstract class are meant to be
contributed via 'org.eclipse.ui.browserSupport' extension point.
Field Summary |
---|
Fields inherited from interface org.eclipse.ui.browser.IWorkbenchBrowserSupport |
---|
AS_EDITOR, AS_EXTERNAL, AS_VIEW, LOCATION_BAR, NAVIGATION_BAR, PERSISTENT, STATUS |
Constructor Summary | |
---|---|
AbstractWorkbenchBrowserSupport()
The default constructor. |
Method Summary | |
---|---|
IWebBrowser |
getExternalBrowser()
Returns a shared instance of the external web browser. |
boolean |
isInternalWebBrowserAvailable()
Tests whether web browser as an SWT widget can be created in this workbench instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.browser.IWorkbenchBrowserSupport |
---|
createBrowser, createBrowser |
Constructor Detail |
public AbstractWorkbenchBrowserSupport()
Method Detail |
public IWebBrowser getExternalBrowser() throws PartInitException
IWorkbenchBrowserSupport
getExternalBrowser
in interface IWorkbenchBrowserSupport
PartInitException
- if the operation failed for some reasonpublic boolean isInternalWebBrowserAvailable()
IWorkbenchBrowserSupport
false
,
createBrowser
would ignore browser styles
AS_EDITOR
and AS_VIEW
and always create an
external browser.
isInternalWebBrowserAvailable
in interface IWorkbenchBrowserSupport
true
if internal web browser can be created on
this platform, false
otherwise.
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.