Class NodeInfoGUIPluginView
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<NodeInfoGUIPluginModel,NodeInfoGUIPluginController,javafx.scene.layout.FlowPane>
-
- ai.libs.jaicore.graphvisualizer.plugin.nodeinfo.NodeInfoGUIPluginView
-
- All Implemented Interfaces:
IGUIPluginView,org.api4.java.common.control.ILoggingCustomizable
public class NodeInfoGUIPluginView extends ASimpleMVCPluginView<NodeInfoGUIPluginModel,NodeInfoGUIPluginController,javafx.scene.layout.FlowPane>
-
-
Field Summary
-
Fields inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView
logger
-
-
Constructor Summary
Constructors Constructor Description NodeInfoGUIPluginView(NodeInfoGUIPluginModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()java.lang.StringgetTitle()Returns the title of the view of the associatedIGUIPlugin.voidupdate()Requests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView
getController, getLoggerName, getModel, getNode, setController, setLoggerName
-
-
-
-
Constructor Detail
-
NodeInfoGUIPluginView
public NodeInfoGUIPluginView(NodeInfoGUIPluginModel model)
-
-
Method Detail
-
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.
-
getTitle
public java.lang.String getTitle()
Description copied from interface:IGUIPluginViewReturns the title of the view of the associatedIGUIPlugin.- Returns:
- The title of the view of the associated
IGUIPlugin.
-
clear
public void clear()
- Specified by:
clearin classASimpleMVCPluginView<NodeInfoGUIPluginModel,NodeInfoGUIPluginController,javafx.scene.layout.FlowPane>
-
-