Interface PostProcessingUI
-
public interface PostProcessingUI
Class representing a Post Processing UI used to from anEventProcessingPlugin
or from aSystemPlugin
Classes must have a default constructor as they are loaded by the system when a simulation is initiated or when loading a result workspace from file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buildUI(Scenario scenario, javax.swing.JPanel canvas, Panels panels)
java.lang.String
getTitle()
PanelDefinition[]
panelDefinitions()
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
-
panelDefinitions
PanelDefinition[] panelDefinitions()
-
-