Class GraphViewPluginController
- java.lang.Object
-
- java.lang.Thread
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<GraphViewPluginModel,GraphViewPluginView>
-
- ai.libs.jaicore.graphvisualizer.plugin.graphview.GraphViewPluginController
-
- All Implemented Interfaces:
GUIEventListener,PropertyProcessedAlgorithmEventListener,IGUIPluginController,java.lang.Runnable,org.api4.java.common.control.ILoggingCustomizable
public class GraphViewPluginController extends ASimpleMVCPluginController<GraphViewPluginModel,GraphViewPluginView>
-
-
Field Summary
-
Fields inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController
STATIC_LOGGER
-
-
Constructor Summary
Constructors Constructor Description GraphViewPluginController(GraphViewPluginModel model, GraphViewPluginView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLoggerName()protected voidhandleAlgorithmEventInternally(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent)voidhandleGUIEvent(GUIEvent guiEvent)voidsetLoggerName(java.lang.String name)-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController
getModel, getView, handleSerializableAlgorithmEvent, run
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
GraphViewPluginController
public GraphViewPluginController(GraphViewPluginModel model, GraphViewPluginView view)
-
-
Method Detail
-
handleAlgorithmEventInternally
protected void handleAlgorithmEventInternally(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent) throws HandleAlgorithmEventException- Specified by:
handleAlgorithmEventInternallyin classASimpleMVCPluginController<GraphViewPluginModel,GraphViewPluginView>- Throws:
HandleAlgorithmEventException
-
handleGUIEvent
public void handleGUIEvent(GUIEvent guiEvent)
- Specified by:
handleGUIEventin interfaceGUIEventListener- Overrides:
handleGUIEventin classASimpleMVCPluginController<GraphViewPluginModel,GraphViewPluginView>
-
getLoggerName
public java.lang.String getLoggerName()
- Specified by:
getLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable- Overrides:
getLoggerNamein classASimpleMVCPluginController<GraphViewPluginModel,GraphViewPluginView>
-
setLoggerName
public void setLoggerName(java.lang.String name)
- Specified by:
setLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable- Overrides:
setLoggerNamein classASimpleMVCPluginController<GraphViewPluginModel,GraphViewPluginView>
-
-