Package | Description |
---|---|
org.eclipse.swt.browser |
Modifier and Type | Field and Description |
---|---|
Browser |
WindowEvent.browser
Browser provided by the application. |
Modifier and Type | Method and Description |
---|---|
Browser |
BrowserFunction.getBrowser()
Returns the Browser whose pages can invoke this BrowserFunction.
|
Constructor and Description |
---|
BrowserFunction(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.
|
Copyright © 2017. All Rights Reserved.