Class GraphViewPluginView
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.graphview.GraphViewPluginView
-
- All Implemented Interfaces:
IGUIPluginView,org.api4.java.common.control.ILoggingCustomizable
public class GraphViewPluginView extends java.lang.Object implements IGUIPluginView, org.api4.java.common.control.ILoggingCustomizable
-
-
Constructor Summary
Constructors Constructor Description GraphViewPluginView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLoggerName()GraphViewPluginModelgetModel()javafx.scene.NodegetNode()Returns the JavaFX SceneNodewhich will be displayed inside theAlgorithmVisualizationWindow.java.lang.StringgetTitle()Returns the title of the view of the associatedIGUIPlugin.voidsetLoggerName(java.lang.String name)voidstop()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
-
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 GraphViewPluginModel getModel()
-
getLoggerName
public java.lang.String getLoggerName()
- Specified by:
getLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
setLoggerName
public void setLoggerName(java.lang.String name)
- Specified by:
setLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
stop
public void stop()
-
-