Uses of Class
org.eclipse.swt.browser.Browser
Packages that use Browser
-
Uses of Browser in org.eclipse.rap.rwt.widgets
Methods in org.eclipse.rap.rwt.widgets with parameters of type BrowserModifier and TypeMethodDescriptionstatic void
BrowserUtil.evaluate
(Browser browser, String script, BrowserCallback browserCallback) Deprecated. -
Uses of Browser in org.eclipse.swt.browser
Methods in org.eclipse.swt.browser that return BrowserModifier and TypeMethodDescriptionBrowserFunction.getBrowser()
Returns the Browser whose pages can invoke this BrowserFunction.Constructors in org.eclipse.swt.browser with parameters of type BrowserModifierConstructorDescriptionBrowserFunction
(Browser browser, String name) Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.
Browser.evaluate( BrowserCallback )
instead