Interface IGUIPluginController
-
- All Superinterfaces:
GUIEventListener,PropertyProcessedAlgorithmEventListener
- All Known Implementing Classes:
ASimpleMVCPluginController,ControlBarGUIPluginController,GraphViewPluginController,NodeInfoGUIPluginController,SolutionPerformanceTimelinePluginController,SpeedSliderGUIPluginController,TimeSliderGUIPluginController
public interface IGUIPluginController extends PropertyProcessedAlgorithmEventListener, GUIEventListener
AnIGUIPluginControlleris part of anIGUIPluginand is reponsible for handlingPropertyProcessedAlgorithmEvents andGUIEvents it is provided. This usually involves either directly reacting to these events, e.g. a mouse click, or extract required information from aPropertyProcessedAlgorithmEventand store it inside aIGUIPluginModel.
-
-
Method Summary
-
Methods inherited from interface ai.libs.jaicore.graphvisualizer.events.gui.GUIEventListener
handleGUIEvent
-
Methods inherited from interface ai.libs.jaicore.graphvisualizer.events.recorder.property.PropertyProcessedAlgorithmEventListener
handleSerializableAlgorithmEvent
-
-