Class NodeInfoGUIPlugin
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin<NodeInfoGUIPluginModel,NodeInfoGUIPluginView,NodeInfoGUIPluginController>
-
- ai.libs.jaicore.graphvisualizer.plugin.nodeinfo.NodeInfoGUIPlugin
-
- All Implemented Interfaces:
IComputedGUIPlugin,IGUIPlugin,org.api4.java.common.control.ILoggingCustomizable
public class NodeInfoGUIPlugin extends ASimpleMVCPlugin<NodeInfoGUIPluginModel,NodeInfoGUIPluginView,NodeInfoGUIPluginController>
-
-
Constructor Summary
Constructors Constructor Description NodeInfoGUIPlugin(NodeInfoGenerator<?> infoGenerator)NodeInfoGUIPlugin(java.lang.String title, NodeInfoGenerator<?> infoGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AlgorithmEventPropertyComputer>getPropertyComputers()Gets the property computers that are necessary to run this plugin-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin
getController, getLoggerName, getModel, getTitle, getView, setAlgorithmEventSource, setGUIEventSource, setLoggerName, stop
-
-
-
-
Constructor Detail
-
NodeInfoGUIPlugin
public NodeInfoGUIPlugin(NodeInfoGenerator<?> infoGenerator)
-
NodeInfoGUIPlugin
public NodeInfoGUIPlugin(java.lang.String title, NodeInfoGenerator<?> infoGenerator)
-
-
Method Detail
-
getPropertyComputers
public java.util.Collection<AlgorithmEventPropertyComputer> getPropertyComputers()
Description copied from interface:IComputedGUIPluginGets the property computers that are necessary to run this plugin- Returns:
- The
AlgorithmEventPropertyComputercollection
-
-