A plugin framework and application container with built-in extensibility mechanism.
Batch
search actions? I can't seem to find any chance to use them in Fiji, and they keep throwing errors when I try to run them in napari-imagej
initializer =
attribute in the @Plugin
annotation of a DynamicCommand
, or 2) implement org.scijava.Initializable
?TaskService
that lets you register Task
objects and a task can have subtasks recursively, and then we can have a GUI that shows a progress bar for a task with an expandable triangle widget to show the next layer of progress bars below it. And to replace ImageJ's current progress bar with this better one. But as with so much in SciJava, this work was never completed.
TaskService
in SciJava Common now with Task
objects that you can create—and the DownloadService
uses it. I'd be happy to chat about requirements and whatnot any time, if you or @NicoKiaru or anyone has time and interest to develop it further. Perhaps all that would be needed is the user-interface portion of it now.
DownloadService
tasks to the StatusService
.