Uses of Class
org.eclipse.swt.browser.Browser
-
Uses of Browser in org.eclipse.rap.rwt.widgets
Modifier and TypeMethodDescriptionstatic void
BrowserUtil.evaluate
(Browser browser, String script, BrowserCallback browserCallback) Deprecated. -
Uses of Browser in org.eclipse.swt.browser
Modifier and TypeMethodDescriptionBrowserFunction.getBrowser()
Returns the Browser whose pages can invoke this BrowserFunction.ModifierConstructorDescriptionBrowserFunction
(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