| 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 |
MeshTable
MonitorTable that displays channel values in a 2D grid. |
class |
MonitorTable
Skeleton implementation of a table that displays monitored values, and its model.
|
class |
SectionedTable |
| Modifier and Type | Method and Description |
|---|---|
Updatable |
DisplayChannelMulti.getTarget() |
Updatable |
DisplayChannel.getTarget()
Returns the object that should be notified whenever there are changes to data channels associated with this display channel.
|
Updatable |
DisplayChannelSingle.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayChannelMulti.setTarget(Updatable target) |
void |
DisplayChannel.setTarget(Updatable target)
Set the object that should be notified whenever there are changes to data channels associated with this display channel.
|
void |
DisplayChannelSingle.setTarget(Updatable view) |
| Constructor and Description |
|---|
DisplayChannelSingle(String path,
AgentChannel channel,
Updatable view) |
Copyright © 2023 LSST. All rights reserved.