public class TimeSliderGUIPluginView extends java.lang.Object implements IGUIPluginView
| Constructor and Description |
|---|
TimeSliderGUIPluginView() |
| Modifier and Type | Method and Description |
|---|---|
TimeSliderGUIPluginModel |
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 |
handleInputEvent() |
void |
update()
Requests this view to update itself, i.e. pull the latest information from the associated
IGUIPluginModel and display it. |
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 handleInputEvent()
public void update()
IGUIPluginViewIGUIPluginModel and display it.update in interface IGUIPluginViewpublic java.lang.String getTitle()
IGUIPluginViewIGUIPlugin.getTitle in interface IGUIPluginViewIGUIPlugin.public TimeSliderGUIPluginModel getModel()