| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.base.filter | |
| org.lsst.ccs.gconsole.plugins.commandbrowser |
Command browser tool.
|
| org.lsst.ccs.gconsole.plugins.demo.aggregator | |
| org.lsst.ccs.gconsole.plugins.demo.monitor | |
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| org.lsst.ccs.gconsole.plugins.tracer |
Plugin that provides tracer functionality.
|
| org.lsst.ccs.gconsole.plugins.tracer.filters | |
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| org.lsst.ccs.gconsole.services.persist |
Service that facilitates persisting data between the graphical console sessions.
|
| org.lsst.ccs.gconsole.util.tree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AgentChannelsFilter
A filter that selects a set of data channels and defines their presentation.
|
interface |
PersistableAgentChannelsFilter
AgentChannelsFilter that can be saved and restored through the persistence service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannelsFilter
Adapter to simplify implementing
AgentChannelsFilter. |
class |
Configuration
Filter that selects subsystem state channels.
|
class |
GenericFilter
Deprecated.
|
class |
GenericFilterPersistable
Generic configurable channel filter.
|
class |
MonitorOnly
Deprecated.
|
class |
PageFilter
Filter to be associated with a view that handles a single page of a multi-page parent view.
|
class |
RegExFilter
Regular expression based channels filter.
|
class |
States
Filter that selects subsystem state channels.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Browser
Interface to be implemented by all types of command browsers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPanel
Graphics panel that contains all other panels for a specific subsystem.
|
class |
BrowserFull
A
Browser that works with multiple remote subsystems. |
class |
BrowserOneSubsystem
A
Browser that works with one particular subsystem. |
class |
ComponentTree
Graphics panel that displays a tree of subsystem components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DemoFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterFixed
Demo filter that displays a fixed set of channels from two different subsystems.
|
class |
FilterMonitored
Demo filter that displays all monitoring channels from all subsystems, using subsystem name as a page name.
|
class |
FilterOutOfRange
Demo filter that only displays channels with values out of range.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistableMonitorView
MonitorView that can be saved and restored through the persistence service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMonitorView
An adapter that simplifies implementing
MonitorView. |
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 |
MonitorPage
Page displaying
MonitorView and managed by LsstMonitorPlugin. |
class |
SectionedTableView
MonitorView that displays data channels in a table. |
class |
SummaryTableView
MonitorView that displays a TreeTable with columns defined by last segments of display channel paths. |
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 | Interface and Description |
|---|---|
interface |
MessageFilter
Interface to be implemented by tracer filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageFilterAdapter
Adapter for using
Predicate[BusMessage] as MessageFilter. |
class |
TracerFilter
Tracer-tailored implementation of
MessageFilter. |
class |
UserFilter
User-defined message filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageFilter
Adapter to simplify implementing parameterized
MessageFilter. |
class |
AlertSelector |
class |
DataDictionary |
class |
LegacyFormatter
Legacy formatter.
|
class |
StandardMessageFilter
Standard configurable filter.
|
static class |
StandardMessageFilter.All |
static class |
StandardMessageFilter.Default |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlPanel
Control panel that displays a tree of trending channels and plot descriptors.
|
class |
Trend
Data object that can be plotted by
TrendPlotter. |
class |
TrendPage
Graphical console data panel that contains trending plots.
|
class |
TrendPlotter
Plotter for
Trend objects. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Persistable
A component that can be persisted between console sessions using
PersistenceService. |
| Modifier and Type | Class and Description |
|---|---|
class |
SModel<T>
Model for
STree. |
class |
STree<T> |
Copyright © 2020 LSST. All rights reserved.