Modifier and Type | Class and Description |
---|---|
class |
AbstractJIPipeRunnable
Abstract base class for implementing
JIPipeRunnable |
class |
InlinedJIPipeRunnable
Helper class
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeArtifactRepositoryApplyInstallUninstallRun |
class |
JIPipeArtifactRepositoryInstallArtifactRun |
class |
JIPipeArtifactRepositoryInstallManuallyRun |
class |
JIPipeArtifactRepositoryOperationRun |
class |
JIPipeArtifactRepositoryUninstallArtifactRun |
class |
JIPipeArtifactRepositoryUpdateCachedArtifactsRun |
Modifier and Type | Class and Description |
---|---|
class |
CollectBackupsRun |
class |
DeleteOldBackupsRun |
class |
PruneBackupsRun |
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 |
---|---|
static class |
JIPipeThumbnailGenerationQueue.ThumbnailGenerationRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeExternalEnvironmentInstaller
Contains instructions to install an environment.
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeNodeDatabaseBuilderRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeArchiveProjectRun |
class |
JIPipeArchiveProjectToDirectoryRun |
class |
JIPipeArchiveProjectToZIPRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeGraphRun |
Modifier and Type | Method and Description |
---|---|
JIPipeRunnable |
JIPipeRunnableQueue.getCurrentRun() |
JIPipeRunnable |
JIPipeRunnable.StartedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.FinishedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.EnqueuedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.InterruptedEvent.getRun() |
JIPipeRunnable |
JIPipeRunnable.ProgressEvent.getRun() |
JIPipeRunnable |
JIPipeRunnableWorker.getRun() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeRunnableQueue.cancel(JIPipeRunnable run)
Cancels a runnable
|
JIPipeRunnableWorker |
JIPipeRunnableQueue.enqueue(JIPipeRunnable run)
Schedules a new runnable
|
JIPipeRunnableWorker |
JIPipeRunnableQueue.findWorkerOf(JIPipeRunnable run)
Finds the worker associated to the
JIPipeRunnable |
boolean |
JIPipeRunnableQueue.isRunningOrEnqueued(JIPipeRunnable runnable)
Determines if a runnable is enqueued or running
|
void |
JIPipeRunnableQueue.runInDialog(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeRunnable runnable)
Runs the runnable in a dialog
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeRunnableQueue.cancelIf(Predicate<JIPipeRunnable> predicate) |
Constructor and Description |
---|
EnqueuedEvent(JIPipeRunnable run,
JIPipeRunnableWorker worker) |
JIPipeRunnableWorker(JIPipeRunnable run,
boolean silent) |
StartedEvent(JIPipeRunnable run,
JIPipeRunnableWorker worker) |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopDataViewerWindow.DownloadFullDataRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopEasyInstallExternalEnvironmentInstaller<T extends JIPipeEnvironment>
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 |
JIPipeDesktopExternalEnvironmentInstaller |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopProjectReportUI.RebuildReportRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopDataExporterRun |
class |
JIPipeDesktopDataTableToFilesByMetadataExporterRun |
class |
JIPipeDesktopDataTableToOutputExporterRun |
class |
JIPipeDesktopDataTableToZIPExporterRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopImportCachedSlotOutputRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopCollectTraceRun |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopAddNodesPanel.ReloadListRun |
static class |
JIPipeDesktopLegacyAddNodePanel.ReloadListRun |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopNodeFinderDialogUI.ReloadListRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopApplyPluginManagerRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopLoadResultDirectoryIntoCacheRun |
class |
JIPipeDesktopLoadResultZipIntoCacheRun |
class |
JIPipeDesktopSaveProjectAndCacheToDirectoryRun |
class |
JIPipeDesktopSaveProjectAndCacheToZipRun |
class |
JIPipeExtractTemplateZipFileRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopProjectTemplateDownloaderRun |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopQuickRun
Allows to test one algorithm with multiple parameters
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeResultCopyFilesByMetadataExporterRun |
Modifier and Type | Method and Description |
---|---|
static void |
JIPipeDesktopRunExecuteUI.runInDialog(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeRunnable run) |
static void |
JIPipeDesktopRunExecuteUI.runInDialog(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeRunnable run,
JIPipeRunnableQueue queue) |
Constructor and Description |
---|
JIPipeDesktopRunExecuteUI(JIPipeDesktopWorkbench workbench,
JIPipeRunnable run) |
JIPipeDesktopRunExecuteUI(JIPipeDesktopWorkbench workbench,
JIPipeRunnable run,
JIPipeRunnableQueue queue) |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusResultImportRun |
class |
OMEImageResultImportRun |
Modifier and Type | Class and Description |
---|---|
class |
RawImage2DExporterRun |
class |
Stack2DExporterRun |
class |
Stack2DRendererRun |
class |
Video2DExporterRun |
Modifier and Type | Class and Description |
---|---|
class |
NodeTemplateDownloaderRun |
Modifier and Type | Class and Description |
---|---|
class |
RenderPipelineRun |
Modifier and Type | Class and Description |
---|---|
class |
SelectCondaEnvPythonInstaller |
class |
SelectSystemPythonInstaller |
class |
SelectVirtualEnvPythonInstaller |
Modifier and Type | Class and Description |
---|---|
class |
Scene3DToColladaExporter |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.