Uses of Class
org.seamcat.model.plugin.eventprocessing.PanelDefinition
-
Packages that use PanelDefinition Package Description org.seamcat.model.plugin.eventprocessing -
-
Uses of PanelDefinition in org.seamcat.model.plugin.eventprocessing
Methods in org.seamcat.model.plugin.eventprocessing that return PanelDefinition Modifier and Type Method Description PanelDefinition
ModelPanel. getDefinition()
PanelDefinition[]
PostProcessingUI. panelDefinitions()
Methods in org.seamcat.model.plugin.eventprocessing that return types with arguments of type PanelDefinition Modifier and Type Method Description java.util.Map<PanelDefinition<?>,java.lang.Object>
PostProcessingUIState. get()
Constructor parameters in org.seamcat.model.plugin.eventprocessing with type arguments of type PanelDefinition Constructor Description PostProcessingUIState(java.lang.String id, java.util.Map<PanelDefinition<?>,java.lang.Object> state)
-