| 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 |
AbstractMonitorView2
Adapter class that simplifies implementing monitor views.
|
class |
CompoundView
A monitoring data view that manages several child views.
|
class |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
class |
DefaultView
Default
MonitorView. |
class |
SectionedTableView
MonitorView that displays data channels in a table. |
class |
TabbedView
Monitoring view that displays several other views in tabs.
|
class |
TreeTableView
MonitorView that displays data channels in a single table with the name column rendered as a tree. |
class |
TreeView
MonitorView that displays monitoring data as a tree of tables. |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.setTab(String name,
AbstractMonitorView1 view)
Sets the view to be displayed in the tab
name. |
Copyright © 2018 LSST. All rights reserved.