Uses of Class
org.eclipse.swt.browser.Browser
-
Packages that use Browser Package Description org.eclipse.swt.browser -
-
Uses of Browser in org.eclipse.swt.browser
Fields in org.eclipse.swt.browser declared as Browser Modifier and Type Field Description Browser
WindowEvent. browser
Browser
provided by the application.Methods in org.eclipse.swt.browser that return Browser Modifier and Type Method Description Browser
BrowserFunction. getBrowser()
Returns the Browser whose pages can invoke this BrowserFunction.Constructors in org.eclipse.swt.browser with parameters of type Browser Constructor Description BrowserFunction(Browser browser, java.lang.String name)
Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.BrowserFunction(Browser browser, java.lang.String name, boolean top, java.lang.String[] frameNames)
Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.
-