Class ControlBarGUIPluginView
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.controlbar.ControlBarGUIPluginView
-
- All Implemented Interfaces:
IGUIPluginView
public class ControlBarGUIPluginView extends java.lang.Object implements IGUIPluginView
-
-
Constructor Summary
Constructors Constructor Description ControlBarGUIPluginView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlBarGUIPluginModelgetModel()javafx.scene.NodegetNode()Returns the JavaFX SceneNodewhich will be displayed inside theAlgorithmVisualizationWindow.java.lang.StringgetTitle()Returns the title of the view of the associatedIGUIPlugin.voidhandlePauseButtonClick()voidhandleResetButtonClick()voidhandleStartButtonClick()voidupdate()Requests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.
-
-
-
Method Detail
-
getNode
public javafx.scene.Node getNode()
Description copied from interface:IGUIPluginViewReturns the JavaFX SceneNodewhich will be displayed inside theAlgorithmVisualizationWindow.- Specified by:
getNodein interfaceIGUIPluginView- Returns:
- The JavaFX Scene
Nodewhich will be displayed inside theAlgorithmVisualizationWindow
-
handleStartButtonClick
public void handleStartButtonClick()
-
handlePauseButtonClick
public void handlePauseButtonClick()
-
handleResetButtonClick
public void handleResetButtonClick()
-
update
public void update()
Description copied from interface:IGUIPluginViewRequests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.- Specified by:
updatein interfaceIGUIPluginView
-
getTitle
public java.lang.String getTitle()
Description copied from interface:IGUIPluginViewReturns the title of the view of the associatedIGUIPlugin.- Specified by:
getTitlein interfaceIGUIPluginView- Returns:
- The title of the view of the associated
IGUIPlugin.
-
getModel
public ControlBarGUIPluginModel getModel()
-
-