| 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 |
CreatorDescriptor
Creator that wraps a Persistable.Descriptor. |
class |
CreatorExecutable
Creator that wraps an Executable. |
| Modifier and Type | Method and Description |
|---|---|
Creator |
PersistenceService.getFactory(String category,
String path)
Returns a factory identified by the provided category and path.
|
| Modifier and Type | Method and Description |
|---|---|
List<Creator> |
PersistenceService.getFactories(String category) |
ArrayList<Creator> |
PersistenceService.getSaved(String category) |
| Modifier and Type | Method and Description |
|---|---|
static Persistable |
CreationDialog.show(Creator.Descriptor desc,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Persistable |
CreationDialog.show(Persistable.Descriptor descriptor,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
static Persistable |
CreationDialog.show(String path,
String[] parameters,
String title,
Component parentComponent,
Collection<? extends Creator> factories) |
Copyright © 2019 LSST. All rights reserved.