| 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 |
AbstractMonitorView1
Adapter class that simplifies implementing monitor views.
|
class |
AbstractMonitorView2
Adapter class that simplifies implementing monitor views.
|
class |
CellTableView
Monitoring data table to be displayed as a part of an
ImageView. |
class |
CellView |
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 |
ImageView
Image-based
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 |
CompoundView.addView(MonitorView view,
CompoundView.Mode mode) |
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 © 2018 LSST. All rights reserved.