See: Description
| Interface | Description |
|---|---|
| Creator |
An object that can instantiate a
Persistable. |
| Editor |
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 a class name and instantiating an object.
|
| Creator.Descriptor |
JavaBean that describes an invocation of a
Creator. |
| CreatorDescriptor |
Creator that wraps a Persistable.Descriptor. |
| CreatorExecutable |
Creator that wraps an Executable. |
| Persistable.Descriptor |
JavaBean that describes a state of a
Persistable component. |
| PersistenceService |
Service that facilitates persisting data between the graphical console sessions.
|
Copyright © 2019 LSST. All rights reserved.