See: Description
Interface | Description |
---|---|
Fn.FromJavaScript |
Additional interface to be implemented by
Fn.Presenter s that
need to convert JavaScript object (usually array) to Java object
when calling back from JavaScript to Java. |
Fn.KeepAlive |
Additional interface to
Fn.Presenter to control more precisely
garbage collection behavior of individual parameters. |
Fn.Presenter |
The representation of a presenter - usually a browser window.
|
Fn.ToJavaScript |
Additional interface to be implemented by
Fn.Presenter s that
wish to control what objects are passed into the JavaScript virtual
machine. |
Class | Description |
---|---|
Fn |
Represents single JavaScript function that can be invoked.
|
BrowserBuilder
to launch their applications,
or (if they need to do some JavaScript calls themselves) look at
JavaScriptBody
annotation and its usage.Copyright © 2018 NetBeans. All rights reserved.