public abstract class JIPipeRunCustomAlgorithmCommand extends DynamicCommand implements Initializable
Command
allows to run a specified JIPipeNodeInfo
from within ImageJ.
Inherit from this class and specify the JIPipeNodeInfo
in the constructor. Add a Plugin
annotation to make the command discoverable from within ImageJ.moduleService, pluginService
Constructor and Description |
---|
JIPipeRunCustomAlgorithmCommand(String nodeId,
String windowTitle)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
initialize() |
void |
run() |
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
cancel, getDelegateObject, getInputs, getOutputs, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
cancel, getDelegateObject, getInputs, getOutputs, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
public JIPipeRunCustomAlgorithmCommand(String nodeId, String windowTitle)
nodeId
- ID of the node type that will be encapsulated within this commandwindowTitle
- the title of the dialog that is created if the user runs this command from the GUIpublic void initialize()
initialize
in interface Initializable
initialize
in interface Module
initialize
in class AbstractModule
public void run()
run
in interface Runnable
run
in interface MutableModule
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.