| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.services.persist |
Service that facilitates persisting data between the graphical console sessions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreatorExecutable
Creator that wraps an Executable. |
class |
CreatorFromDescriptor
Creator that wraps a Persistable.Descriptor. |
| Modifier and Type | Method and Description |
|---|---|
Creator |
PersistenceService.getFactory(String category,
String path)
Utility method that returns an instance creator identified by category and path.
|
static Creator |
CreationDialog.select(String title,
Component parentComponent,
Collection<? extends Creator> factories) |
| Modifier and Type | Method and Description |
|---|---|
List<Creator> |
PersistenceService.getFactories(String category)
Utility method that returns all registered instance creators in the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
static Persistable |
CreationDialog.make(Creator.Descriptor desc,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Persistable |
CreationDialog.make(Persistable.Descriptor descriptor,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Persistable |
CreationDialog.make(String path,
String[] parameters,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Creator |
CreationDialog.select(String title,
Component parentComponent,
Collection<? extends Creator> factories) |
| Constructor and Description |
|---|
CreationDialog(String path,
String[] parameters,
String title,
Component parentComponent,
Collection<? extends Creator> factories)
Constructor.
|
Copyright © 2023 LSST. All rights reserved.