| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistableMonitorView
MonitorView that can be saved and restored through the persistence service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMonitorView
An adapter that simplifies implementing
MonitorView. |
class |
CellTableView
Monitoring data table to be displayed as a part of an
ImageView. |
class |
CellView
MonitorView for displaying a single value in ImageView. |
class |
ComboGroupView
MonitorView that divides channels into groups and displays one group at a time, using combo boxes to select the group. |
class |
CompoundView
A monitoring data view that manages several child views.
|
class |
ConfigurationView
Special
MonitorView for displaying and editing subsystem configurations. |
class |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
class |
DefaultView
Default
MonitorView. |
class |
GroupView
Abstract monitoring view that splits channels into groups, and displays one group at a time in a child view.
|
class |
ImageView
Image-based
MonitorView. |
class |
LazyTreeView
MonitorView that displays monitoring data as a tree of tables. |
class |
SectionedTableView
MonitorView that displays data channels in a SectionedTable. |
class |
SummaryTableView
MonitorView that displays a TreeTable with columns defined by last segments of display channel paths. |
class |
TabbedGroupView
MonitorView that divides channels into groups and displays one group at a time, using tabs to select the group. |
class |
TabbedView
Deprecated.
Replaced by
TabbedGroupView. |
class |
TreeView
Deprecated.
Replaced by
LazyTreeView. |
| Modifier and Type | Method and Description |
|---|---|
void |
LsstMonitorPlugin.closePage(MonitorView view)
Closes the console page that displays the specified view.
|
void |
LsstMonitorPlugin.openPage(MonitorView view)
Opens a new graphical console page that displays the specified view.
|
Copyright © 2023 LSST. All rights reserved.