public class MonitorCell extends Object
MonitorField instance associated with this model,
describing the type of the displayed value, and a list of contributing ChannelHandle objects.
The model also contains the current FormattedValue.| Modifier and Type | Field and Description |
|---|---|
static MonitorCell |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelHandle> |
getChannels()
Returns the list of handles for data channels that affect this cell.
|
FormattedValue |
getData()
Returns the current formatted value to be displayed by this cell.
|
MonitorField |
getField()
Returns the descriptor of the monitored field this cell displays.
|
void |
setData(FormattedValue data)
Sets the current formatted value to be displayed by this cell.
|
public static MonitorCell EMPTY
public List<ChannelHandle> getChannels()
public MonitorField getField()
public void setData(FormattedValue data)
data - New formatted value.public FormattedValue getData()
Copyright © 2018 LSST. All rights reserved.