| Interface | Description |
|---|---|
| IGUIPlugin |
IGUIPlugins can be used to display information about an IAlgorithm or its behavior in an AlgorithmVisualizationWindow. |
| IGUIPluginController |
An
IGUIPluginController is part of an IGUIPlugin and is reponsible for handling PropertyProcessedAlgorithmEvents and GUIEvents it is provided. |
| IGUIPluginModel |
An
IGUIPluginModel is part of an IGUIPlugin and is responsible for storing information which is displayed by the associated IGUIPluginView. |
| IGUIPluginView |
An
IGUIPluginView is part of an IGUIPlugin and is responsible displaying the information stored in the IGUIPluginModel. |
| 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 | Description |
|---|---|
| MVCInitializationFailedException |