| 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 |
DefaultChannelHandle
Default implementation of
ChannelHandle. |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,ChannelHandle> |
AbstractMonitorView2.path2data |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelHandle |
AbstractMonitorView2.createChannelHandle(String path,
AgentChannel channel,
Updatable view)
Creates a new instance of
ChannelHandle. |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelHandle> |
MonitorCell.getChannels()
Returns the list of handles for data channels that affect this cell.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
FormattedValue |
MonitorFormat.format(MonitorField field,
ChannelHandle channelHandle)
Convenience method that produces formatted value, given the field and the channel handle.
|
protected List<int[]> |
MonitorTable.getCells(ChannelHandle item,
MonitorField field)
Returns indices of all cells whose content is affected by the specified item and field.
|
void |
Updatable.update(ChannelHandle channelHandle)
Updates this component.
|
void |
MonitorTable.update(ChannelHandle channelHandle) |
void |
Updatable.update(ChannelHandle channelHandle,
List<MonitorField> fields)
Updates this component.
|
void |
MonitorTable.update(ChannelHandle item,
List<MonitorField> fields) |
| Constructor and Description |
|---|
MonitorCell(ChannelHandle item,
MonitorField field)
Constructs a cell affected by a single data channel, with no current formatted value.
|
| Constructor and Description |
|---|
MonitorCell(List<? extends ChannelHandle> items,
MonitorField field)
Constructs a cell affected by zero or more data channels, with no current formatted value.
|
MonitorCell(List<? extends ChannelHandle> items,
MonitorField field,
FormattedValue data)
Constructs a cell affected by zero or more data channels, with no current formatted value.
|
TreeTable(Map<String,ChannelHandle> channels,
List<MonitorField> fields) |
Copyright © 2018 LSST. All rights reserved.