public class CellposeSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent| Constructor and Description |
|---|
CellposeSettings() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkPythonSettings(JIPipeIssueReport report)
Checks if the Python settings are valid or reports an invalid state
|
StringList |
getEasyInstallerRepositories() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static CellposeSettings |
getInstance() |
OptionalPythonEnvironment |
getOverridePythonEnvironment() |
PythonEnvironment |
getPythonEnvironment() |
static boolean |
pythonSettingsAreValid()
Checks the Python settings
|
void |
setEasyInstallerRepositories(StringList easyInstallerRepositories) |
void |
setOverridePythonEnvironment(OptionalPythonEnvironment overridePythonEnvironment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChangepublic static String ID
public static CellposeSettings getInstance()
public static boolean pythonSettingsAreValid()
public static void checkPythonSettings(JIPipeIssueReport report)
report - the reportpublic EventBus getEventBus()
JIPipeParameterCollectiongetEventBus in interface JIPipeParameterCollectionJIPipeParameterCollection.ParameterChangedEvent and JIPipeParameterCollection.ParameterStructureChangedEventpublic OptionalPythonEnvironment getOverridePythonEnvironment()
public void setOverridePythonEnvironment(OptionalPythonEnvironment overridePythonEnvironment)
public StringList getEasyInstallerRepositories()
public void setEasyInstallerRepositories(StringList easyInstallerRepositories)
public PythonEnvironment getPythonEnvironment()
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.