| Package | Description |
|---|---|
| org.apidesign.html.boot.spi |
Interfaces for integrators of various execution environments.
|
| 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 {@link #Fn(org.apidesign.html.boot.spi.Fn.Presenter) 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 © 2014 NetBeans. All Rights Reserved.