| 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 MonitorFormat |
MonitorFormat.DEFAULT |
static MonitorFormat |
MonitorTable.DEFAULT_FORMAT
Stateless default
MonitorFormat instance. |
protected MonitorFormat |
MonitorTable.format |
protected MonitorFormat |
AbstractMonitorView.formatter |
| Modifier and Type | Method and Description |
|---|---|
MonitorFormat |
AbstractMonitorView.getFormater() |
MonitorFormat |
DefaultView.getFormater() |
default MonitorFormat |
MonitorView.getFormater()
Returns formatter associated with this view, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorTable.setFormat(MonitorFormat format)
Sets the formatter to be used by this table.
|
void |
CellTableView.setFormat(MonitorFormat format) |
void |
GroupView.setFormatter(MonitorFormat formatter) |
void |
AbstractMonitorView.setFormatter(MonitorFormat formatter) |
void |
DefaultView.setFormatter(MonitorFormat formatter) |
default void |
MonitorView.setFormatter(MonitorFormat formatter)
Associates a formatter with this view.
|
Copyright © 2023 LSST. All rights reserved.