| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent.filter | |
| 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 |
ControlPanel.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
Persistable.Descriptor |
ControlPanel.Descriptor.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlPanel.Descriptor.setFilter(Persistable.Descriptor filter) |
| Modifier and Type | Method and Description |
|---|---|
Persistable.Descriptor |
Persistable.getDescriptor()
Returns a reference to the descriptor maintained by this component.
|
default Persistable.Descriptor |
Persistable.save()
Returns JavaBean describing the current state of this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<Persistable.Descriptor> |
PersistenceService.getSavedDescriptors(String category) |
| Modifier and Type | Method and Description |
|---|---|
Persistable |
PersistenceService.make(Persistable.Descriptor descriptor)
Creates a
Persistable instance based on the provided descriptor. |
Persistable |
PersistenceService.make(Persistable.Descriptor descriptor,
String title,
JComponent 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) |
void |
PersistenceService.saveAs(Persistable.Descriptor descriptor,
JComponent parent) |
void |
Persistable.Descriptor.saveOrigin(Persistable.Descriptor other) |
static Persistable |
CreationDialog.show(Persistable.Descriptor descriptor,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
| Constructor and Description |
|---|
CreatorDescriptor(Persistable.Descriptor descriptor) |
Copyright © 2019 LSST. All rights reserved.