public interface JIPipeJavaPlugin extends org.scijava.plugin.SciJavaPlugin, JIPipePlugin
Modifier and Type | Method and Description |
---|---|
default URL |
getLogo()
Deprecated.
|
JIPipe |
getRegistry()
Returns the registry
|
default List<ImageIcon> |
getSplashIcons()
Returns icons that will be displayed in the splash screen.
|
default void |
postprocess(JIPipeProgressInfo progressInfo)
Called after registration.
|
void |
register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo)
Registers custom modules into JIPipe
|
void |
setRegistry(JIPipe registry)
Sets the registry
|
canActivate, isActivated, isBeta, isCorePlugin, isScheduledForActivation, isScheduledForDeactivation
getAllDependencies, getAllDependencies, getAllImageJUpdateSiteDependencies, getDependencies, getDependencyId, getDependencyLocation, getDependencyProvides, getDependencyVersion, getImageJUpdateSiteDependencies, getImageJUpdateSites, getMetadata, reportValidity, simplifyAndMinimize, toHtmlElement
generateValidityReport
@Deprecated default URL getLogo()
JIPipe getRegistry()
void setRegistry(JIPipe registry)
registry
- The registryvoid register(JIPipe jiPipe, org.scijava.Context context, JIPipeProgressInfo progressInfo)
jiPipe
- the JIPipe
instance that calls this functioncontext
- the SciJava Context
progressInfo
- the progress infodefault void postprocess(JIPipeProgressInfo progressInfo)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.