| 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 |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
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 |
TabbedView
Monitoring view that displays several other views in tabs.
|
class |
TreeView
MonitorView that displays monitoring data as a tree of tables. |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.setTab(String name,
AbstractMonitorView view)
Sets the view to be displayed in the tab
name. |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.setViewFactory(Function<String,AbstractMonitorView> factory)
Sets the factory used to create views for tabs for which the view has not been explicitly set.
|
Copyright © 2021 LSST. All rights reserved.