public class JIPipeRecentProjectsRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeRecentProjectsRegistry.ChangedEvent |
static class |
JIPipeRecentProjectsRegistry.ChangedEventEmitter |
static interface |
JIPipeRecentProjectsRegistry.ChangedEventListener |
Constructor and Description |
---|
JIPipeRecentProjectsRegistry(JIPipe jiPipe) |
Modifier and Type | Method and Description |
---|---|
void |
add(Path fileName)
Adds a project file to the list of recent projects
|
void |
cleanup() |
void |
clear() |
JIPipeRecentProjectsRegistry.ChangedEventEmitter |
getChangedEventEmitter() |
JIPipe |
getJiPipe() |
Path |
getPropertyFile() |
List<Path> |
getRecentProjects() |
void |
migrateFromLegacy() |
void |
reload() |
void |
removeAll(Collection<Path> values) |
void |
save() |
public JIPipeRecentProjectsRegistry(JIPipe jiPipe)
public JIPipe getJiPipe()
public JIPipeRecentProjectsRegistry.ChangedEventEmitter getChangedEventEmitter()
public void add(Path fileName)
fileName
- Project filepublic void clear()
public void cleanup()
public Path getPropertyFile()
public void reload()
public void save()
public void migrateFromLegacy()
public void removeAll(Collection<Path> values)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.