Modifier and Type | Class and Description |
---|---|
class |
AbstractJIPipeRunnable
Abstract base class for implementing
JIPipeRunnable |
class |
JIPipeGraphRunner
Executes an
JIPipeGraph . |
class |
JIPipeProjectRun
Runnable instance of an
JIPipeProject |
Modifier and Type | Method and Description |
---|---|
JIPipeRunnable |
JIPipeRunnable.StartedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.FinishedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.EnqueuedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.InterruptedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.ProgressEvent.getRun() |
Constructor and Description |
---|
EnqueuedEvent(JIPipeRunnable run,
JIPipeRunWorker worker) |
StartedEvent(JIPipeRunnable run,
JIPipeRunWorker worker) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeCacheClearAllRun |
class |
JIPipeCacheClearOutdatedRun |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDataDisplayWrapperImportOperation.ImportDataRun |
Modifier and Type | Class and Description |
---|---|
class |
EasyInstallExternalEnvironmentInstaller<T extends ExternalEnvironment>
Environment installer that extracts a premade package of the environment and generates the appropriate environment
Supported are .tar.gz and .zip archives that should contain the hierarchy of files as expected in the environment installation directory.
|
class |
ExternalEnvironmentInstaller
Contains instructions to install an environment.
|
Modifier and Type | Class and Description |
---|---|
class |
CellposeEasyInstaller |
class |
MinicondaCellposeEnvInstaller |
class |
MinicondaCellposeGPUEnvInstaller |
class |
PortableCellposeEnvInstaller |
class |
PortableCellposeGPUEnvInstaller |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusResultImportRun |
class |
OMEImageResultImportRun |
Modifier and Type | Class and Description |
---|---|
static class |
ImageViewerPanel3D.ImageLoaderRun |
static class |
ImageViewerPanel3D.UniverseInitializerRun |
static class |
ImageViewerPanel3D.UpdateLutAndCalibrationRun |
Modifier and Type | Class and Description |
---|---|
static class |
SlicerControlsPlugin3D.ApplyMultiOrthoSlicerRun |
static class |
SlicerControlsPlugin3D.ApplyOrthoSlicerRun |
Modifier and Type | Class and Description |
---|---|
class |
RawImage2DExporterRun |
class |
Stack2DExporterRun |
class |
Video2DExporterRun |
Modifier and Type | Class and Description |
---|---|
class |
NodeTemplateDownloaderRun |
Modifier and Type | Class and Description |
---|---|
class |
OmniposeEasyInstaller |
Modifier and Type | Class and Description |
---|---|
class |
RenderPipelineRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipePythonAdapterLibraryEnvironmentInstaller |
class |
PythonPackageLibraryEnvironmentInstaller<T extends PythonPackageLibraryEnvironment>
Installer for a
PythonPackageLibraryEnvironment that will just delete any existing directories and re-install the library. |
Modifier and Type | Class and Description |
---|---|
class |
BasicMinicondaEnvPythonInstaller |
class |
BasicPortableEnvPythonInstaller |
class |
MinicondaEnvPythonInstaller |
class |
PortableEnvPythonInstaller |
class |
PythonEasyInstaller |
class |
SelectCondaEnvPythonInstaller |
class |
SelectSystemPythonInstaller |
class |
SelectVirtualEnvPythonInstaller |
Modifier and Type | Class and Description |
---|---|
class |
REasyInstaller |
class |
REnvInstaller |
Modifier and Type | Class and Description |
---|---|
class |
CleanBackupsRun |
Modifier and Type | Class and Description |
---|---|
class |
ArchiveProjectRun |
class |
ArchiveProjectToDirectoryRun |
class |
ArchiveProjectToZIPRun |
class |
ExtractTemplateZipFileRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDataTableToFilesByMetadataExporterRun |
class |
JIPipeDataTableToOutputExporterRun |
class |
JIPipeDataTableToZIPExporterRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeImportCachedSlotOutputRun |
Modifier and Type | Class and Description |
---|---|
class |
DownloadOfflineManualRun |
Modifier and Type | Class and Description |
---|---|
class |
ActivateAndApplyUpdateSiteRun |
class |
DeactivateAndApplyUpdateSiteRun |
Modifier and Type | Class and Description |
---|---|
class |
ActivateUpdateSiteRun |
class |
ApplyRun |
class |
RefreshRepositoryRun
A run that is used for the updater
|
Modifier and Type | Class and Description |
---|---|
class |
LoadResultDirectoryIntoCacheRun |
class |
LoadResultZipIntoCacheRun |
class |
SaveProjectAndCacheToDirectoryRun |
class |
SaveProjectAndCacheToZipRun |
Modifier and Type | Class and Description |
---|---|
class |
ProjectTemplateDownloaderRun |
Modifier and Type | Class and Description |
---|---|
class |
QuickRun
Allows to test one algorithm with multiple parameters
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeResultCopyFilesByMetadataExporterRun |
Modifier and Type | Method and Description |
---|---|
JIPipeRunnable |
JIPipeRunnerQueue.getCurrentRun() |
JIPipeRunnable |
JIPipeRunWorker.getRun() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeRunnerQueue.cancel(JIPipeRunnable run)
Cancels a runnable
|
JIPipeRunWorker |
JIPipeRunnerQueue.enqueue(JIPipeRunnable run)
Schedules a new runnable
|
JIPipeRunWorker |
JIPipeRunnerQueue.findWorkerOf(JIPipeRunnable run)
Finds the worker associated to the
JIPipeRunnable |
boolean |
JIPipeRunnerQueue.isRunningOrEnqueued(JIPipeRunnable runnable)
Determines if a runnable is enqueued or running
|
static void |
JIPipeRunExecuterUI.runInDialog(Component parent,
JIPipeRunnable run) |
static void |
JIPipeRunExecuterUI.runInDialog(Component parent,
JIPipeRunnable run,
JIPipeRunnerQueue queue) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeRunnerQueue.cancelIf(Predicate<JIPipeRunnable> predicate) |
Constructor and Description |
---|
JIPipeRunExecuterUI(JIPipeRunnable run) |
JIPipeRunExecuterUI(JIPipeRunnable run,
JIPipeRunnerQueue queue) |
JIPipeRunWorker(JIPipeRunnable run,
boolean silent) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.