| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
Plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMonitorView |
class |
CompoundView
A monitoring data view that manages several dependent views.
|
class |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
class |
DefaultView
Default
MonitorView. |
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 |
LsstMonitorPlugin.addView(MonitorView view)
Registers the specified view for updates.
|
void |
CompoundView.addView(MonitorView view,
boolean chainFilters) |
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.
|
void |
LsstMonitorPlugin.removeView(MonitorView view)
Removes the specified view so it is no longer updated.
|
Copyright © 2017 LSST. All rights reserved.