T - The type of the managed fragmentpublic class ManagedFragmentHandler<T>
extends java.lang.Object
| Constructor and Description |
|---|
ManagedFragmentHandler(T controller,
javafx.scene.Node dialogNode,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
T |
getController()
Returns the controller instance.
|
javafx.scene.Node |
getFragmentNode()
Returns the JavaFX Node
|
java.lang.String |
getId()
Returns the Id.
|
public ManagedFragmentHandler(T controller, javafx.scene.Node dialogNode, java.lang.String id)
public T getController()
public javafx.scene.Node getFragmentNode()
public java.lang.String getId()