Uses of Class
adams.gui.visualization.debug.StoragePanel
-
Packages that use StoragePanel Package Description adams.flow.execution.debug adams.gui.flow -
-
Uses of StoragePanel in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as StoragePanel Modifier and Type Field Description protected StoragePanel
ControlPanel. m_PanelStorage
the panel for displaying the temporary storage. -
Uses of StoragePanel in adams.gui.flow
Fields in adams.gui.flow declared as StoragePanel Modifier and Type Field Description protected StoragePanel
FlowPanel. m_PanelStorage
the panel with the variables.Methods in adams.gui.flow that return StoragePanel Modifier and Type Method Description StoragePanel
FlowPanel. getStoragePanel()
Returns the panel with the storage items.StoragePanel
FlowRunnerPanel. getStoragePanel()
Returns the panel with the storage items.StoragePanel
FlowWorkerHandler. getStoragePanel()
Returns the panel with the storage items.
-