T - Controller type of the current viewpublic interface FlowContainer<T extends javafx.scene.Node>
DefaultFlowContainer| ?????? | ????? |
|---|---|
T |
getView()
Return the Parent node that is rendering the flow.
|
<U> void |
setViewContext(ViewContext<U> context)
The given view will be the new view of the flow.
|
<U> void setViewContext(ViewContext<U> context)
context - Context of the current viewT getView()