Package ai.libs.jaicore.graphvisualizer.plugin
-
Interface Summary Interface Description IComputedGUIPlugin IGUIPlugin IGUIPlugins can be used to display information about anIAlgorithmor its behavior in anAlgorithmVisualizationWindow.IGUIPluginController AnIGUIPluginControlleris part of anIGUIPluginand is reponsible for handlingIPropertyProcessedAlgorithmEvents andGUIEvents it is provided.IGUIPluginModel AnIGUIPluginModelis part of anIGUIPluginand is responsible for storing information which is displayed by the associatedIGUIPluginView.IGUIPluginView AnIGUIPluginViewis part of anIGUIPluginand is responsible displaying the information stored in theIGUIPluginModel. -
Class Summary Class Description ASimpleMVCPlugin<M extends ASimpleMVCPluginModel<V,C>,V extends ASimpleMVCPluginView<M,C,?>,C extends ASimpleMVCPluginController<M,V>> ASimpleMVCPluginController<M extends ASimpleMVCPluginModel<?,?>,V extends ASimpleMVCPluginView<?,?,?>> ASimpleMVCPluginModel<V extends ASimpleMVCPluginView<?,?,?>,C extends ASimpleMVCPluginController<?,?>> ASimpleMVCPluginView<M extends IGUIPluginModel,C extends IGUIPluginController,N extends javafx.scene.Node> -
Exception Summary Exception Description MVCInitializationFailedException