| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Field and Description |
|---|---|
static MonitorCell |
MonitorCell.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ArrayList<MonitorCell>> |
MonitorTable.cells |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MonitorFormat.format(MonitorCell cell)
Convenience method that updates
FormattedValue associated with the specified cell. |
boolean |
MonitorFormat.format(MonitorCell cell,
ChannelHandle channelHandle)
Convenience method that updates
FormattedValue associated with the specified cell,
assuming that the only possible reason for a change are changes in the specified channel. |
| Constructor and Description |
|---|
CellTableView(int rows,
int columns,
MonitorCell... content) |
MonitorTable(MonitorCell[][] cells)
Constructs the table with the specified content.
|
Copyright © 2018 LSST. All rights reserved.