Uses of Class
adams.gui.tools.VariableManagementPanel
-
Packages that use VariableManagementPanel Package Description adams.flow.execution.debug adams.gui.flow -
-
Uses of VariableManagementPanel in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as VariableManagementPanel Modifier and Type Field Description protected VariableManagementPanel
ControlPanel. m_PanelVariables
the panel with the variables. -
Uses of VariableManagementPanel in adams.gui.flow
Fields in adams.gui.flow declared as VariableManagementPanel Modifier and Type Field Description protected VariableManagementPanel
FlowPanel. m_PanelVariables
the panel with the variables.Methods in adams.gui.flow that return VariableManagementPanel Modifier and Type Method Description VariableManagementPanel
FlowPanel. getVariablesPanel()
Returns the panel with the variables.VariableManagementPanel
FlowRunnerPanel. getVariablesPanel()
Returns the panel with the variables.VariableManagementPanel
FlowWorkerHandler. getVariablesPanel()
Returns the panel with the variables.
-