| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.alert |
Alert notification service and plugin.
|
| org.lsst.ccs.gconsole.plugins.commandbrowser |
Command browser tool.
|
| org.lsst.ccs.gconsole.plugins.jgroups | |
| 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 |
Message Viewer plugin.
|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| org.lsst.ccs.gconsole.services.optpage | |
| org.lsst.ccs.gconsole.services.persist |
Service that facilitates persisting data between the graphical console sessions.
|
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
AlertViewer.Descriptor.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertViewer.Descriptor.setPage(DataPanelDescriptor page) |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
Browser.Descriptor.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.Descriptor.setPage(DataPanelDescriptor page) |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
ProbePage.Descriptor.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProbePage.Descriptor.setPage(DataPanelDescriptor page) |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
MonitorPage.Descriptor.getPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorPage.Descriptor.setPanel(DataPanelDescriptor panel) |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
Tracer.Descriptor.getPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tracer.Descriptor.setPanel(DataPanelDescriptor panel) |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
TrendPage.Descriptor.getPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPage.Descriptor.setPanel(DataPanelDescriptor panel) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,DataPanelDescriptor> |
LsstOptionalPageService.Descriptor.getOpen() |
default HashMap<String,DataPanelDescriptor> |
OptionalPage.save()
Returns JavaBean describing the current state of pages handled by this descriptor.
|
HashMap<String,DataPanelDescriptor> |
LsstOptionalPageService.save(OptionalPage descriptor) |
| Modifier and Type | Method and Description |
|---|---|
default void |
OptionalPage.restore(HashMap<String,DataPanelDescriptor> storageBean)
Restores, to the extent possible, pages handled by this descriptor to the specified state.
|
void |
LsstOptionalPageService.restore(OptionalPage descriptor,
HashMap<String,DataPanelDescriptor> storageBean) |
void |
LsstOptionalPageService.Descriptor.setOpen(HashMap<String,DataPanelDescriptor> open) |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
DataPanelDescriptor.clone() |
static DataPanelDescriptor |
DataPanelDescriptor.get(JComponent component) |
Copyright © 2023 LSST. All rights reserved.