public interface IGUIPluginView
IGUIPluginView is part of an IGUIPlugin and is responsible displaying the information stored in the IGUIPluginModel.| Modifier and Type | Method and Description |
|---|---|
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. |
javafx.scene.Node getNode()
Node which will be displayed inside the AlgorithmVisualizationWindow.Node which will be displayed inside the AlgorithmVisualizationWindowvoid update()
IGUIPluginModel and display it.java.lang.String getTitle()
IGUIPlugin.IGUIPlugin.