Uses of Class
adams.core.VariableNameNoUpdate
-
Packages that use VariableNameNoUpdate Package Description adams.flow.sink adams.flow.standalone -
-
Uses of VariableNameNoUpdate in adams.flow.sink
Fields in adams.flow.sink declared as VariableNameNoUpdate Modifier and Type Field Description protected VariableNameNoUpdate
DisplayPanelManager. m_EntryNameVariable
the variable to use for naming the entries.protected VariableNameNoUpdate
HistoryDisplay. m_EntryNameVariable
the variable to use for naming the entries.protected VariableNameNoUpdate
ReportDisplay. m_EntryNameVariable
the variable to use for naming the entries.protected VariableNameNoUpdate
DisplayPanelGrid. m_TitleVariable
the variable to use for naming the entries.Methods in adams.flow.sink that return VariableNameNoUpdate Modifier and Type Method Description VariableNameNoUpdate
DisplayPanelManager. getEntryNameVariable()
Returns the variable name which value gets used to name the entries.VariableNameNoUpdate
HistoryDisplay. getEntryNameVariable()
Returns the variable name which value gets used to name the entries.VariableNameNoUpdate
ReportDisplay. getEntryNameVariable()
Returns the variable name which value gets used to name the entries.VariableNameNoUpdate
DisplayPanelGrid. getTitleVariable()
Returns the variable name which value gets used to name the entries.Methods in adams.flow.sink with parameters of type VariableNameNoUpdate Modifier and Type Method Description void
DisplayPanelManager. setEntryNameVariable(VariableNameNoUpdate value)
Sets the variable name which value gets used to name the entries.void
HistoryDisplay. setEntryNameVariable(VariableNameNoUpdate value)
Sets the variable name which value gets used to name the entries.void
ReportDisplay. setEntryNameVariable(VariableNameNoUpdate value)
Sets the variable name which value gets used to name the entries.void
DisplayPanelGrid. setTitleVariable(VariableNameNoUpdate value)
Sets the variable name which value gets used to name the entries. -
Uses of VariableNameNoUpdate in adams.flow.standalone
Fields in adams.flow.standalone declared as VariableNameNoUpdate Modifier and Type Field Description protected VariableNameNoUpdate
VariableChangedEvent. m_Variable
the variable to listen to.Methods in adams.flow.standalone that return VariableNameNoUpdate Modifier and Type Method Description VariableNameNoUpdate
VariableChangedEvent. getVariable()
Returns the variable to monitorMethods in adams.flow.standalone with parameters of type VariableNameNoUpdate Modifier and Type Method Description void
VariableChangedEvent. setVariable(VariableNameNoUpdate value)
Sets the variable to monitor.
-