| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent.filter | |
| org.lsst.ccs.gconsole.plugins.demo.monitor | |
| 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.
|
| 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 |
class |
MonitorOnly
Deprecated.
|
class |
PageFilter
Filter to be associated with a view that handles a single page of a multi-page parent view.
|
class |
States
Filter that selects subsystem state channels.
|
| 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 | Class and Description |
|---|---|
class |
ControlPanel
Control panel that displays a tree of trending channels and plot descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
Persistable |
PersistenceService.edit(Persistable in,
String title,
JComponent parent)
Takes user input and modifies the provided
Persistable instance. |
Persistable |
Editor.edit(Persistable in,
String title,
JComponent parent)
Takes user input and modifies the provided
Persistable instance. |
Persistable |
CreatorExecutable.make(Object... parameters)
Creates an instance.
|
Persistable |
Creator.make(Object... parameters)
Creates an instance of a
Persistable. |
Persistable |
CreatorDescriptor.make(Object... parameters) |
Persistable |
PersistenceService.make(Persistable.Descriptor descriptor)
Creates a
Persistable instance based on the provided descriptor. |
Persistable |
PersistenceService.make(Persistable.Descriptor descriptor,
String title,
JComponent parent,
String category)
Creates a
Persistable instance by letting the user to select one of
the available creators in the given category, and using the provided
descriptor (if any) as the starting point. |
Persistable |
CreatorExecutable.make(String... parametersAsStrings)
Creates an instance.
|
Persistable |
Creator.make(String... parametersAsStrings)
Creates an instance of a
Persistable. |
Persistable |
CreatorDescriptor.make(String... parametersAsStrings) |
static Persistable |
CreationDialog.show(Creator.Descriptor desc,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Persistable |
CreationDialog.show(Persistable.Descriptor descriptor,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Persistable |
CreationDialog.show(String path,
String[] parameters,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
| Modifier and Type | Method and Description |
|---|---|
Persistable |
PersistenceService.edit(Persistable in,
String title,
JComponent parent)
Takes user input and modifies the provided
Persistable instance. |
Persistable |
Editor.edit(Persistable in,
String title,
JComponent parent)
Takes user input and modifies the provided
Persistable instance. |
Copyright © 2019 LSST. All rights reserved.