public abstract class ValueContext<T> extends Object implements Context<T>, Accessor<T>
| Constructor and Description |
|---|
ValueContext(Bindings bindings) |
ValueContext(ValueContext<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
Bindings |
bindings() |
Stage |
getStage() |
ValueContext<?> |
parent() |
void |
setStage(Stage stage) |
public ValueContext(Bindings bindings)
public ValueContext(ValueContext<?> parent)
Copyright © 2021. All rights reserved.