public class ProjectsSettings extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
ProjectsSettings.ProjectTemplateEnum
An enum of strings that point to
JIPipeProjectTemplate |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
ProjectsSettings() |
Modifier and Type | Method and Description |
---|---|
void |
addRecentJsonExtension(Path fileName)
Adds a JSON extension file to the list of recent JSON extensions
|
void |
addRecentProject(Path fileName)
Adds a project file to the list of recent projects
|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static ProjectsSettings |
getInstance() |
ProjectsSettings.ProjectTemplateEnum |
getProjectTemplate() |
StringList |
getProjectTemplateDownloadRepositories() |
PathList |
getRecentJsonExtensionProjects() |
PathList |
getRecentProjects() |
boolean |
isRestoreTabs() |
void |
setProjectTemplate(ProjectsSettings.ProjectTemplateEnum projectTemplate) |
void |
setProjectTemplateDownloadRepositories(StringList projectTemplateDownloadRepositories) |
void |
setRecentJsonExtensionProjects(PathList recentJsonExtensionProjects) |
void |
setRecentProjects(PathList recentProjects) |
void |
setRestoreTabs(boolean restoreTabs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static String ID
public static ProjectsSettings getInstance()
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public PathList getRecentProjects()
public void setRecentProjects(PathList recentProjects)
public PathList getRecentJsonExtensionProjects()
public void setRecentJsonExtensionProjects(PathList recentJsonExtensionProjects)
public void addRecentProject(Path fileName)
fileName
- Project filepublic void addRecentJsonExtension(Path fileName)
fileName
- JSON extension filepublic ProjectsSettings.ProjectTemplateEnum getProjectTemplate()
public void setProjectTemplate(ProjectsSettings.ProjectTemplateEnum projectTemplate)
public boolean isRestoreTabs()
public void setRestoreTabs(boolean restoreTabs)
public StringList getProjectTemplateDownloadRepositories()
public void setProjectTemplateDownloadRepositories(StringList projectTemplateDownloadRepositories)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.