| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ComboGroupView.Descriptor |
static class |
GroupView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
LazyTreeView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
SectionedTableView.Descriptor |
static class |
TabbedGroupView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
TabbedView.Descriptor
Deprecated.
JavaBean that contains information required to re-create this view in its current state.
|
static class |
TreeView.Descriptor
Deprecated.
JavaBean that contains information required to re-create this view in its current state.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMonitorView.Descriptor |
AbstractMonitorView.Descriptor.clone() |
AbstractMonitorView.Descriptor |
GroupView.Descriptor.getDefaultView() |
AbstractMonitorView.Descriptor |
SummaryTableView.getDescriptor() |
AbstractMonitorView.Descriptor |
ConfigView.getDescriptor() |
abstract AbstractMonitorView.Descriptor |
AbstractMonitorView.getDescriptor() |
AbstractMonitorView.Descriptor |
AbstractMonitorView.save() |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<String,AbstractMonitorView.Descriptor> |
TabbedView.Descriptor.getTabs() |
HashMap<String,AbstractMonitorView.Descriptor> |
GroupView.Descriptor.getViews() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupView.Descriptor.setDefaultView(AbstractMonitorView.Descriptor defaultView) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.Descriptor.setTabs(TreeMap<String,AbstractMonitorView.Descriptor> tabs) |
void |
GroupView.Descriptor.setViews(HashMap<String,AbstractMonitorView.Descriptor> views) |
Copyright © 2023 LSST. All rights reserved.