| Package | Description |
|---|---|
| org.lsst.ccs.gconsole |
LSST CCS Graphical Console.
|
| org.lsst.ccs.gconsole.jas3 |
Jas3-based implementation of the Graphical Console.
|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
ComponentDescriptor.getConfiguration() |
ComponentDescriptor |
ConsolePluginServices.getDescriptor()
Returns the descriptor for the graphical console plugin associated with this
ConsolePluginServices instance. |
ComponentDescriptor |
ConsolePlugin.save()
Called by the framework when this plugin configuration needs to be saved.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConsolePlugin.restore(ComponentDescriptor storageBean,
boolean lastRound)
Called by the framework to restore this plugin configuration.
|
void |
ComponentDescriptor.setConfiguration(ComponentDescriptor configuration) |
| Constructor and Description |
|---|
ComponentDescriptor(ComponentDescriptor other) |
ConsolePluginServices(Console console,
ConsolePlugin plugin,
ComponentDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentDescriptor> |
Jas3Console.readDescriptors(Path path)
Reads component descriptors from the specified XML file.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstTrendingPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
LsstTrendingPlugin.save() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstTrendingPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
Copyright © 2016 LSST. All rights reserved.