Class NodeInfoGUIPlugin
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.nodeinfo.NodeInfoGUIPlugin
-
- All Implemented Interfaces:
IGUIPlugin
public class NodeInfoGUIPlugin extends java.lang.Object implements IGUIPlugin
-
-
Constructor Summary
Constructors Constructor Description NodeInfoGUIPlugin()NodeInfoGUIPlugin(java.lang.String viewTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGUIPluginControllergetController()Returns the underlyingIGUIPluginController.IGUIPluginModelgetModel()Returns the underlyingIGUIPluginModel.IGUIPluginViewgetView()Returns the underlyingIGUIPluginView.voidsetAlgorithmEventSource(PropertyProcessedAlgorithmEventSource graphEventSource)Sets thePropertyProcessedAlgorithmEventSourceyieldingPropertyProcessedAlgorithmEvents which are handled by theIGUIPluginController.voidsetGUIEventSource(GUIEventSource guiEventSource)
-
-
-
Method Detail
-
getController
public IGUIPluginController getController()
Description copied from interface:IGUIPluginReturns the underlyingIGUIPluginController.- Specified by:
getControllerin interfaceIGUIPlugin- Returns:
- The underlying
IGUIPluginController.
-
getModel
public IGUIPluginModel getModel()
Description copied from interface:IGUIPluginReturns the underlyingIGUIPluginModel.- Specified by:
getModelin interfaceIGUIPlugin- Returns:
- The underlying
IGUIPluginModel.
-
getView
public IGUIPluginView getView()
Description copied from interface:IGUIPluginReturns the underlyingIGUIPluginView.- Specified by:
getViewin interfaceIGUIPlugin- Returns:
- The underlying
IGUIPluginView.
-
setAlgorithmEventSource
public void setAlgorithmEventSource(PropertyProcessedAlgorithmEventSource graphEventSource)
Description copied from interface:IGUIPluginSets thePropertyProcessedAlgorithmEventSourceyieldingPropertyProcessedAlgorithmEvents which are handled by theIGUIPluginController.- Specified by:
setAlgorithmEventSourcein interfaceIGUIPlugin- Parameters:
graphEventSource- ThePropertyProcessedAlgorithmEventSourceyieldingPropertyProcessedAlgorithmEvents which are handled by theIGUIPluginController.
-
setGUIEventSource
public void setGUIEventSource(GUIEventSource guiEventSource)
Description copied from interface:IGUIPlugin- Specified by:
setGUIEventSourcein interfaceIGUIPlugin- Parameters:
guiEventSource- TheGUIEventSourceyieldingGUIEvents which are handled by theIGUIPluginController.
-
-