| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.base.filter | |
| 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.persist |
Service that facilitates persisting data between the graphical console sessions.
|
| Modifier and Type | Field and Description |
|---|---|
protected Persistable.Descriptor |
AbstractChannelsFilter.descriptor |
| Modifier and Type | Method and Description |
|---|---|
Persistable.Descriptor |
AbstractChannelsFilter.getDescriptor() |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMonitorView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
ComboGroupView.Descriptor |
static class |
CompoundView.Descriptor
JavaBean that contains information required to re-create this view in its current state.
|
static class |
DefaultView.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 |
MonitorPage.Descriptor |
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 |
|---|---|
Persistable.Descriptor[] |
CompoundView.Descriptor.getChildren() |
Persistable.Descriptor |
MonitorPage.Descriptor.getFilter() |
Persistable.Descriptor |
MonitorPage.Descriptor.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.restore(Persistable.Descriptor descriptor)
Deprecated.
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
LazyTreeView.restore(Persistable.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
CompoundView.restore(Persistable.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
GroupView.restore(Persistable.Descriptor descriptor)
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
TreeView.restore(Persistable.Descriptor descriptor)
Deprecated.
Restores this view to the state described by the provided descriptor, to the extent possible.
|
void |
SectionedTableView.restore(Persistable.Descriptor descriptor) |
void |
MonitorPage.restore(Persistable.Descriptor descriptor) |
void |
CompoundView.Descriptor.setChildren(Persistable.Descriptor[] children) |
void |
MonitorPage.Descriptor.setFilter(Persistable.Descriptor filter) |
void |
MonitorPage.Descriptor.setView(Persistable.Descriptor view) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Tracer.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
void |
Tracer.restore(Persistable.Descriptor d) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ControlPanel.Descriptor |
static class |
TrendPage.Descriptor |
static class |
TrendPlotter.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
Persistable.Descriptor |
ControlPanel.Descriptor.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPage.restore(Persistable.Descriptor d) |
void |
TrendPlotter.restore(Persistable.Descriptor d) |
void |
ControlPanel.Descriptor.setFilter(Persistable.Descriptor filter) |
| Modifier and Type | Method and Description |
|---|---|
Persistable.Descriptor |
Persistable.Descriptor.clone() |
Persistable.Descriptor |
Persistable.getDescriptor()
Returns a reference to the descriptor maintained by this component.
|
Persistable.Descriptor |
CreatorFromDescriptor.getDescriptor() |
Persistable.Descriptor |
PersistenceService.load(String category,
String title,
Component parent)
Lets the user select one of the saved descriptors in the specified category.
|
default Persistable.Descriptor |
Persistable.save()
Returns JavaBean describing the current state of this component.
|
static Persistable.Descriptor |
SaveDescriptorDialog.show(Persistable.Descriptor desc,
String title,
Component parent)
Displays the dialog.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Persistable.Descriptor> |
PersistenceService.getSavedDescriptors(String category)
Returns a list of saved descriptors in the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceService.delete(Persistable.Descriptor descriptor)
Deletes the specified descriptor from storage.
|
<T extends Persistable> |
PersistenceService.make(Persistable.Descriptor descriptor)
Creates a
Persistable instance based on the provided descriptor. |
static Persistable |
CreationDialog.make(Persistable.Descriptor descriptor,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
<T extends Persistable> |
PersistenceService.make(Persistable.Descriptor descriptor,
String title,
Component parent,
String category)
Creates a
Persistable instance by letting the user to select one of
the available creators in the given category, and using the provided
descriptor (if any) as the starting point. |
default void |
Persistable.restore(Persistable.Descriptor descriptor)
Restores this component to the state specified by the provided JavaBean.
|
void |
PersistenceService.save(Persistable.Descriptor descriptor)
Saves the specified descriptor to disk, making it available in future console sessions.
|
void |
PersistenceService.saveAs(Persistable.Descriptor descriptor,
String title,
Component parent)
Saves the descriptor to disk, letting the user specify path, name, and description.
|
void |
Persistable.Descriptor.saveOrigin(Persistable.Descriptor other) |
static Persistable.Descriptor |
SaveDescriptorDialog.show(Persistable.Descriptor desc,
String title,
Component parent)
Displays the dialog.
|
| Constructor and Description |
|---|
CreatorFromDescriptor(Persistable.Descriptor descriptor) |
Copyright © 2023 LSST. All rights reserved.