public interface MonitorCell
MonitorField instance associated with this cell, describing type and
formatting of the displayed value, and a list of contributing DisplayChannel objects.
The model also contains the current FormattedValue.| Modifier and Type | Field and Description |
|---|---|
static MonitorCell |
EMPTY
Immutable cell with no display channels,
MonitorField.NULL field, FormattedValue.EMPTY value. |
| 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.
|
static final MonitorCell EMPTY
MonitorField.NULL field, FormattedValue.EMPTY value.List<DisplayChannel> getChannels()
MonitorField getField()
FormattedValue getFormattedValue()
default void setFormattedValue(FormattedValue formattedValue)
formattedValue - New formatted value.Copyright © 2023 LSST. All rights reserved.