public interface MonitorCell
MonitorField instance associated with this model,
describing the type of the displayed value, and a list of contributing DisplayChannel objects.
The model also contains the current FormattedValue.| Modifier and Type | Method and Description |
|---|---|
List<DisplayChannel> |
getChannels()
Returns the list of display channels that affect this cell.
|
MonitorField |
getField()
Returns the descriptor of the monitored field this cell displays.
|
FormattedValue |
getFormattedValue()
Returns the current formatted value to be displayed by this cell.
|
default void |
setFormattedValue(FormattedValue formattedValue)
Sets the current formatted value to be displayed by this cell.
|
List<DisplayChannel> getChannels()
MonitorField getField()
FormattedValue getFormattedValue()
default void setFormattedValue(FormattedValue formattedValue)
formattedValue - New formatted value.Copyright © 2019 LSST. All rights reserved.