| 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 FormattedValue |
FormattedValue.EMPTY
Indicates a permanently empty cell.
|
protected FormattedValue |
DefaultMonitorCell.formattedValue |
static FormattedValue |
FormattedValue.NA
Indicates that the data is currently unavailable.
|
protected FormattedValue |
MonitorField.template |
| Modifier and Type | Method and Description |
|---|---|
protected FormattedValue |
MonitorField.colorConfigurationParameter(FormattedValue fv,
AgentChannel channel)
Applies configuration parameter specific formatting.
|
protected FormattedValue |
MonitorField.defaultFormat(AgentChannel channel,
FormattedValue fv)
Applies standard formatting, without overwriting fields already set on the provided
FormattedValue. |
FormattedValue |
MonitorField.format(AgentChannel channel)
Computes the current formatted value of this field in the specified data channel.
|
FormattedValue |
MonitorField.format(List<AgentChannel> channels)
Computes the current formatted value of this field for the specified list of channels.
|
FormattedValue |
MonitorField.Average.format(List<AgentChannel> channels) |
FormattedValue |
MonitorFormat.format(MonitorField field,
AgentChannel channel)
Produces formatted value, given the monitored field and the data channel whose value needs to be formatted.
|
FormattedValue |
MonitorFormat.format(MonitorField field,
DisplayChannel channelHandle)
Convenience method that produces formatted value, given the field and the channel handle.
|
FormattedValue |
MonitorFormat.format(MonitorField field,
List<AgentChannel> channels)
Produces formatted value, given the field and the list of contributing channels.
|
FormattedValue |
DefaultMonitorCell.getFormattedValue()
Returns the current formatted value to be displayed by this cell.
|
FormattedValue |
MonitorCell.getFormattedValue()
Returns the current formatted value to be displayed by this cell.
|
FormattedValue |
MonitorTable.getValueAt(int row,
int column) |
FormattedValue |
MonitorField.merge(List<FormattedValue> values)
Merges zero or more formatted values.
|
| Modifier and Type | Method and Description |
|---|---|
protected FormattedValue |
MonitorField.colorConfigurationParameter(FormattedValue fv,
AgentChannel channel)
Applies configuration parameter specific formatting.
|
protected FormattedValue |
MonitorField.defaultFormat(AgentChannel channel,
FormattedValue fv)
Applies standard formatting, without overwriting fields already set on the provided
FormattedValue. |
void |
DefaultMonitorCell.setFormattedValue(FormattedValue formattedValue)
Sets the current formatted value to be displayed by this cell.
|
default void |
MonitorCell.setFormattedValue(FormattedValue formattedValue)
Sets the current formatted value to be displayed by this cell.
|
| Modifier and Type | Method and Description |
|---|---|
FormattedValue |
MonitorField.merge(List<FormattedValue> values)
Merges zero or more formatted values.
|
| Constructor and Description |
|---|
Average(String key,
String title,
FormattedValue template,
Set<String> keys) |
DefaultMonitorCell(List<? extends DisplayChannel> channels,
MonitorField field,
FormattedValue data)
Constructs a cell affected by zero or more data channels, with no current formatted value.
|
FormattedValue(FormattedValue other)
Copy constructor.
|
MonitorField(String key,
String title,
FormattedValue template)
Constructs an instance without specifying the set of affecting keys.
|
MonitorField(String key,
String title,
FormattedValue template,
Set<String> keys)
Constructs an instance.
|
Copyright © 2023 LSST. All rights reserved.