| 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 |
class |
TreeTable
Table of monitoring data that uses a tree with collapsible nodes to display channel names.
|
| Modifier and Type | Method and Description |
|---|---|
Updatable |
ChannelHandle.getTarget()
Returns the object that handles an updatable display of the data channel.
|
Updatable |
DefaultChannelHandle.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelHandle |
AbstractMonitorView2.createChannelHandle(String path,
AgentChannel channel,
Updatable view)
Creates a new instance of
ChannelHandle. |
void |
ChannelHandle.setTarget(Updatable target)
Set the object that handles an updatable display of the data channel.
|
void |
DefaultChannelHandle.setTarget(Updatable view) |
| Constructor and Description |
|---|
DefaultChannelHandle(String path,
AgentChannel channel,
Updatable view) |
Copyright © 2018 LSST. All rights reserved.