Package | Description |
---|---|
org.scijava.command | |
org.scijava.module | |
org.scijava.options | |
org.scijava.script |
Modifier and Type | Class and Description |
---|---|
class |
CommandModule
Module adapter class for working with a
Command instance. |
class |
DynamicCommand
A command with a variable number of inputs and outputs.
|
class |
Inputs
A way to build a dynamic set of inputs, whose values are then harvested by
the preprocessing framework.
|
class |
InteractiveCommand
A command intended to be run interactively.
|
class |
ModuleCommand
A command which implements
Module directly (rather than using the
CommandModule adapter class). |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMutableModule
Default
MutableModule implementation, intended for subclassing. |
Modifier and Type | Class and Description |
---|---|
class |
OptionsPlugin
Base class for all options-oriented plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptModule
A
Module which executes a script. |
Copyright © 2009–2023 SciJava. All rights reserved.