Package | Description |
---|---|
org.eclipse.swt.browser |
SWT Browser widget.
|
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 (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.