Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeJavaExtension
A Java extension
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDefaultJavaExtension
Default implementation of
JIPipeJavaExtension |
class |
JIPipeJsonExtension
A JSON-serializable extension
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeCompartmentsExtension
Extension that provides compartment management functionality
|
Modifier and Type | Class and Description |
---|---|
class |
GroupingExtension
Extension for anything that is related to
GraphWrapperAlgorithm |
Modifier and Type | Class and Description |
---|---|
class |
LoopingExtension
Extension for anything that is related to
GraphWrapperAlgorithm |
Modifier and Type | Method and Description |
---|---|
JIPipeExtension |
JIPipeExtensionRegistry.getKnownExtensionById(String id)
Returns a known extension by ID
If multiple extensions share the same ID, only one is returned
If there is none, null will be returned
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeExtension> |
JIPipeExtensionRegistry.getKnownExtensionsById() |
List<JIPipeExtension> |
JIPipeExtensionRegistry.getKnownExtensionsList() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExtensionRegistry.registerKnownExtension(JIPipeExtension extension)
Registers an extension as known to the extension registry.
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipePrepackagedDefaultJavaExtension
JIPipeDefaultJavaExtension for internal usage |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationsExtension
Extension that provides data types and algorithms to modify data annotations
|
Modifier and Type | Class and Description |
---|---|
class |
BatchAssistantExtension |
Modifier and Type | Class and Description |
---|---|
class |
CellposeExtension |
Modifier and Type | Class and Description |
---|---|
class |
CLIJExtension
Integrates CLIJ
|
Modifier and Type | Class and Description |
---|---|
class |
CoreExtension
The core extension
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionExtension |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemExtension
Extension that provides filesystem data types
|
Modifier and Type | Class and Description |
---|---|
class |
FormsExtension
Extension that adds forms
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTemplateMatchingExtension
Extension that adds ImageJ2 algorithms
|
Modifier and Type | Class and Description |
---|---|
class |
TrackMateExtension |
Modifier and Type | Class and Description |
---|---|
class |
WekaExtension |
Modifier and Type | Class and Description |
---|---|
class |
ImageJ2Extension
Extension that adds ImageJ2 algorithms
|
Modifier and Type | Class and Description |
---|---|
class |
ImageJAlgorithmsExtension
Extension that adds ImageJ2 algorithms
|
Modifier and Type | Class and Description |
---|---|
class |
ImageJDataTypesExtension
Provides ImageJ data types
|
Modifier and Type | Class and Description |
---|---|
class |
JsonExtensionLoaderExtension
Extension that loads
JIPipeJsonExtension |
Modifier and Type | Class and Description |
---|---|
class |
MultiParameterAlgorithmsExtension
Extension that provides capabilities to run multiple parameters
|
class |
MultiParametersExtension
Extension that provides capabilities to run multiple parameters
|
Modifier and Type | Class and Description |
---|---|
class |
NodeTemplateBoxToolExtension |
Modifier and Type | Class and Description |
---|---|
class |
OMEROExtension
Provides data types dor handling strings
|
Modifier and Type | Class and Description |
---|---|
class |
OmniposeExtension |
Modifier and Type | Class and Description |
---|---|
class |
StandardParametersExtension
Provides some standard parameters
|
Modifier and Type | Class and Description |
---|---|
class |
PipelineRenderExtension
Extension containing some additional tools
|
Modifier and Type | Class and Description |
---|---|
class |
PlotsExtension
Provides a standard selection of plots
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessesExtension |
Modifier and Type | Class and Description |
---|---|
class |
PythonExtension
Python nodes
|
Modifier and Type | Class and Description |
---|---|
class |
RExtension |
Modifier and Type | Class and Description |
---|---|
class |
StandardSettingsExtension
Extension that provides all JIPipe included settings sheets
|
Modifier and Type | Class and Description |
---|---|
class |
StringsExtension
Provides data types dor handling strings
|
Modifier and Type | Class and Description |
---|---|
class |
TablesExtension
Standard set of table operations
|
Modifier and Type | Class and Description |
---|---|
class |
ToolsExtension
Extension containing some additional tools
|
Modifier and Type | Class and Description |
---|---|
class |
UtilitiesExtension |
Modifier and Type | Class and Description |
---|---|
class |
UpdateSiteExtension
Helper class that encapsulates an ImageJ update site into a
JIPipeExtension |
Modifier and Type | Method and Description |
---|---|
List<JIPipeExtension> |
ExtensionListPanel.getPlugins() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeModernPluginManager.activateExtension(JIPipeExtension extension) |
void |
JIPipeModernPluginManager.deactivateExtension(JIPipeExtension extension) |
void |
JIPipeModernPluginManagerUI.showExtensionDetails(JIPipeExtension extension) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionListPanel.setPlugins(List<JIPipeExtension> plugins) |
Constructor and Description |
---|
ActivateDependenciesConfirmationDialog(Component parent,
JIPipeModernPluginManager pluginManager,
JIPipeExtension extension,
Set<JIPipeDependency> missingDependencies,
Set<JIPipeImageJUpdateSiteDependency> missingUpdateSites) |
DeactivateDependentsConfirmationDialog(Component parent,
JIPipeModernPluginManager pluginManager,
JIPipeExtension extension) |
ExtensionAlgorithmCompendiumUI(JIPipeExtension extension) |
ExtensionDataTypeCompendiumUI(JIPipeExtension extension) |
ExtensionInfoPanel(JIPipeModernPluginManagerUI pluginManagerUI,
JIPipeExtension extension) |
ExtensionItemActionButton(JIPipeModernPluginManager pluginManager,
JIPipeExtension extension) |
ExtensionItemLogoPanel(JIPipeExtension extension) |
ExtensionItemPanel(JIPipeModernPluginManagerUI pluginManagerUI,
JIPipeExtension extension) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.