| 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 |
AbstractMonitorView1.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
CompoundView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
SectionedTableView.Descriptor |
static class |
TabbedView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
TreeView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
| Modifier and Type | Method and Description |
|---|---|
MonitorView.Descriptor[] |
CompoundView.Descriptor.getChildren() |
MonitorView.Descriptor[] |
LsstMonitorPlugin.Descriptor.getCurrentViews() |
MonitorView.Descriptor |
LsstMonitorPlugin.Descriptor.getCurrentViews(int index) |
MonitorView.Descriptor[] |
LsstMonitorPlugin.Descriptor.getRecentViews() |
MonitorView.Descriptor |
LsstMonitorPlugin.Descriptor.getRecentViews(int index) |
MonitorView.Descriptor |
CellView.save() |
MonitorView.Descriptor |
ImageView.save() |
default MonitorView.Descriptor |
MonitorView.save()
Returns a descriptor that contains information required to re-create this view in its current state.
|
MonitorView.Descriptor |
CellTableView.save() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundView.restore(MonitorView.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
SectionedTableView.restore(MonitorView.Descriptor descriptor) |
void |
TreeView.restore(MonitorView.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
AbstractMonitorView1.restore(MonitorView.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
CellView.restore(MonitorView.Descriptor descriptor) |
void |
ImageView.restore(MonitorView.Descriptor descriptor) |
default void |
MonitorView.restore(MonitorView.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
TabbedView.restore(MonitorView.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
CellTableView.restore(MonitorView.Descriptor descriptor) |
void |
CompoundView.Descriptor.setChildren(MonitorView.Descriptor[] children) |
void |
LsstMonitorPlugin.Descriptor.setCurrentViews(int index,
MonitorView.Descriptor currentViews) |
void |
LsstMonitorPlugin.Descriptor.setCurrentViews(MonitorView.Descriptor[] currentViews) |
void |
LsstMonitorPlugin.Descriptor.setRecentViews(int index,
MonitorView.Descriptor recentViews) |
void |
LsstMonitorPlugin.Descriptor.setRecentViews(MonitorView.Descriptor[] recentViews) |
Copyright © 2018 LSST. All rights reserved.