| 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.alert |
Alert notification service and plugin.
|
| org.lsst.ccs.gconsole.plugins.console |
Plugin that provides command console.
|
| org.lsst.ccs.gconsole.plugins.demo | |
| org.lsst.ccs.gconsole.plugins.dictionary | |
| org.lsst.ccs.gconsole.plugins.elog | |
| org.lsst.ccs.gconsole.plugins.tracer |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsolePlugin
Base class for implementing Graphical Console plugins.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Console.addPropertyListener(Console.PropertyListener listener,
String filter)
Registers a listener that will be notified of property changes.
|
abstract boolean |
Console.removePropertyListener(Console.PropertyListener listener)
Removes the specified property listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jas3Console.addPropertyListener(Console.PropertyListener listener,
String filter) |
void |
PropertyHandler.addPropertyListener(Console.PropertyListener listener,
String filter) |
boolean |
Jas3Console.removePropertyListener(Console.PropertyListener listener) |
boolean |
PropertyHandler.removePropertyListener(Console.PropertyListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
LsstAlertPlugin
Graphical console plugin that handles alerts received from CCS subsystems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LsstConsolePlugin
Plugin that creates and manages command consoles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreferencesMenusPlugin
Demo plugin - Properties, Preferences, Menus.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LsstDictionaryPlugin
LSST Dictionary Plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LsstELogPlugin
This plugin deals with creating postings to the LSST CCS ELog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LsstTracerPlugin
Graphical console plugin that creates and manages Tracers.
|
Copyright © 2016 LSST. All rights reserved.