public class DefaultFlowContainer extends java.lang.Object implements FlowContainer<javafx.scene.layout.StackPane>
FlowContainer interface. The class will wrap a flow in a StackPane.| ?????? |
|---|
DefaultFlowContainer()
Default constructor that wraps the flow in a
StackPane. |
DefaultFlowContainer(javafx.scene.layout.StackPane pane)
Creates a container that wraps the flow in the given
StackPane |
| ?????? | ????? |
|---|---|
javafx.scene.layout.StackPane |
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.
|
public DefaultFlowContainer(javafx.scene.layout.StackPane pane)
StackPanepane - the pane that will be used as parent node for the flowpublic DefaultFlowContainer()
StackPane. The StackPane instance can be accessed by
calling getView().public javafx.scene.layout.StackPane getView()
FlowContainergetView ???? FlowContainer<javafx.scene.layout.StackPane>public <U> void setViewContext(ViewContext<U> context)
FlowContainersetViewContext ???? FlowContainer<javafx.scene.layout.StackPane>context - Context of the current view