| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
Plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
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(AbstractMonitorView view) |
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 © 2017 LSST. All rights reserved.