Uses of Class
adams.gui.visualization.debug.InspectionPanel
-
Packages that use InspectionPanel Package Description adams.flow.execution.debug adams.gui.tools.remotecontrolcenter.panels adams.gui.visualization.debug -
-
Uses of InspectionPanel in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as InspectionPanel Modifier and Type Field Description protected InspectionPanel
ControlPanel. m_PanelInspectionToken
the panel for inspecting the current token. -
Uses of InspectionPanel in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as InspectionPanel Modifier and Type Field Description protected InspectionPanel
AdvancedTab.InspectionResponseHandler. m_InspectionPanel
the inspection panel to use.protected InspectionPanel
AdvancedTab. m_Results
for the results.Methods in adams.gui.tools.remotecontrolcenter.panels that return InspectionPanel Modifier and Type Method Description InspectionPanel
AdvancedTab.InspectionResponseHandler. getInspectionPanel()
Returns the panel in use.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type InspectionPanel Modifier and Type Method Description void
AdvancedTab.InspectionResponseHandler. setInspectionPanel(InspectionPanel value)
Sets the panel to use. -
Uses of InspectionPanel in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as InspectionPanel Modifier and Type Field Description protected InspectionPanel
StoragePanel. m_PanelInspect
the panel for inspecing an item.
-