See: Description
| Interface | Description |
|---|---|
| Creator |
An object that can instantiate a
Persistable. |
| Editor<T extends Persistable> |
Interface to be implemented by classes that allow users to modify a
Persistable instance. |
| Persistable |
A component that can be persisted between console sessions using
PersistenceService. |
| Savable |
Interface to be implemented by components whose state can be saved as a JavaBean.
|
| Class | Description |
|---|---|
| CreationDialog |
Dialog that allows selecting
Creator, entering parameters, and instantiating a Persistable object. |
| Creator.Descriptor |
JavaBean that describes an invocation of a
Creator. |
| CreatorExecutable |
Creator that wraps an Executable. |
| CreatorFromDescriptor |
Creator that wraps a Persistable.Descriptor. |
| DataPanelDescriptor |
Descriptor of a graphical console data panel.
|
| Persistable.Descriptor |
JavaBean that describes a state of a
Persistable component. |
| PersistenceService |
Service that facilitates persisting data between the graphical console sessions.
|
| SaveDescriptorDialog |
A dialog that allows the user to specify path, name, and description for a
Persistable before saving it. |
Copyright © 2023 LSST. All rights reserved.