| 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 |
AbstractMonitorView
An adapter that simplifies implementing
MonitorView. |
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 |
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 |
|---|---|
static PersistableMonitorView |
ConfigView.decorateView(PersistableMonitorView view)
Decorates an arbitrary view by adding
ConfigView to its bottom. |
default PersistableMonitorView |
PersistableMonitorView.edit(String title,
Component parent) |
PersistableMonitorView |
MonitorPage.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundView.addView(PersistableMonitorView view,
CompoundView.Mode mode) |
static PersistableMonitorView |
ConfigView.decorateView(PersistableMonitorView view)
Decorates an arbitrary view by adding
ConfigView to its bottom. |
void |
MonitorPage.setView(PersistableMonitorView view) |
| Constructor and Description |
|---|
MonitorPage(PersistableMonitorView view,
PersistableAgentChannelsFilter filter,
String name) |
Copyright © 2023 LSST. All rights reserved.