| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMonitorCell
Default implementation of
MonitorCell. |
| Modifier and Type | Field and Description |
|---|---|
static MonitorCell |
MonitorCell.EMPTY
Immutable cell with no display channels,
MonitorField.NULL field, FormattedValue.EMPTY value. |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ArrayList<MonitorCell>> |
MonitorTable.cells |
Consumer<MonitorCell> |
FormattedValue.click1 |
| Modifier and Type | Method and Description |
|---|---|
Consumer<MonitorCell> |
FormattedValue.getClick1() |
| 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,
DisplayChannel 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 |
|---|
MonitorTable(MonitorCell[][] cells)
Constructs the table with the specified content.
|
Copyright © 2023 LSST. All rights reserved.