N - The node classpublic class NodeInfoGUIPluginView extends java.lang.Object implements IGUIPluginView
| Constructor and Description |
|---|
NodeInfoGUIPluginView() |
NodeInfoGUIPluginView(java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfoGUIPluginModel |
getModel() |
javafx.scene.Node |
getNode()
Returns the JavaFX Scene
Node which will be displayed inside the AlgorithmVisualizationWindow. |
java.lang.String |
getTitle()
Returns the title of the view of the associated
IGUIPlugin. |
void |
update()
Requests this view to update itself, i.e. pull the latest information from the associated
IGUIPluginModel and display it. |
public NodeInfoGUIPluginView(java.lang.String title)
public NodeInfoGUIPluginView()
public javafx.scene.Node getNode()
IGUIPluginViewNode which will be displayed inside the AlgorithmVisualizationWindow.getNode in interface IGUIPluginViewNode which will be displayed inside the AlgorithmVisualizationWindowpublic void update()
IGUIPluginViewIGUIPluginModel and display it.update in interface IGUIPluginViewpublic NodeInfoGUIPluginModel getModel()
public java.lang.String getTitle()
IGUIPluginViewIGUIPlugin.getTitle in interface IGUIPluginViewIGUIPlugin.