Uses of Class
org.eclipse.swt.browser.Browser
Packages that use Browser
-
Uses of Browser in org.eclipse.swt.browser
Fields in org.eclipse.swt.browser declared as BrowserMethods 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.BrowserFunction
(Browser browser, String name, boolean top, String[] frameNames) Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.