Uses of Interface
org.scijava.module.MutableModule
-
Packages that use MutableModule Package Description org.scijava.command org.scijava.module org.scijava.options -
-
Uses of MutableModule in org.scijava.command
Classes in org.scijava.command that implement MutableModule Modifier and Type Class Description classDynamicCommandA command with a variable number of inputs and outputs.classInputsA way to build a dynamic set of inputs, whose values are then harvested by the preprocessing framework.classInteractiveCommandA command intended to be run interactively. -
Uses of MutableModule in org.scijava.module
Classes in org.scijava.module that implement MutableModule Modifier and Type Class Description classDefaultMutableModuleDefaultMutableModuleimplementation, intended for subclassing. -
Uses of MutableModule in org.scijava.options
Classes in org.scijava.options that implement MutableModule Modifier and Type Class Description classOptionsPluginBase class for all options-oriented plugins.
-