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 |
---|---|
Fn.Presenter |
Scripts.build()
Builds new instance of the scripting presenter.
|
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.
|
static Fn.Ref<?> |
Fn.ref(Fn.Presenter p)
Obtains a (usually weak) reference to
the 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.