| Package | Description |
|---|---|
| net.java.html.boot.script |
Factories to create headless
browser environment which is
useful for testing. |
| org.netbeans.html.boot.spi |
Interfaces for integrators of various execution environments.
|
| Modifier and Type | Method and Description |
|---|---|
static Fn.Presenter |
Scripts.createPresenter()
Simple implementation of
Fn.Presenter that delegates
to Java scripting API. |
static Fn.Presenter |
Scripts.createPresenter(Executor exc)
Implementation of
Fn.Presenter that delegates
to Java scripting API and can control execution
thread. |
| Modifier and Type | Method and Description |
|---|---|
static Fn.Presenter |
Fn.activePresenter()
The currently active presenter.
|
protected Fn.Presenter |
Fn.presenter()
Provides the function implementation access to the presenter provided
in
the constructor. |
| Modifier and Type | Method and Description |
|---|---|
static Closeable |
Fn.activate(Fn.Presenter p)
Activates given presenter.
|
| Constructor and Description |
|---|
Fn(Fn.Presenter presenter)
Creates new function object and associates it with given presenter.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.