| 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 |
ComboGroupView
MonitorView that divides channels into groups and displays one group at a time, using combo boxes to select the group. |
class |
ConfigurationView
Special
MonitorView for displaying and editing subsystem configurations. |
class |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
class |
GroupView
Abstract monitoring view that splits channels into groups, and displays one group at a time in a child view.
|
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 |
TabbedGroupView
MonitorView that divides channels into groups and displays one group at a time, using tabs to select the group. |
class |
TabbedView
Deprecated.
Replaced by
TabbedGroupView. |
class |
TreeView
Deprecated.
Replaced by
LazyTreeView. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractMonitorView |
GroupView.createView(String group)
Creates a view for the specified group.
|
protected AbstractMonitorView |
GroupView.getView(String group) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.setTab(String name,
AbstractMonitorView view)
Deprecated.
Sets the view to be displayed in the tab
name. |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.setViewFactory(Function<String,AbstractMonitorView> factory)
Deprecated.
Sets the factory used to create views for tabs for which the view has not been explicitly set.
|
Copyright © 2023 LSST. All rights reserved.