Uses of Interface
org.scijava.module.MutableModuleItem
-
Packages that use MutableModuleItem Package Description org.scijava.command org.scijava.module -
-
Uses of MutableModuleItem in org.scijava.command
Methods in org.scijava.command that return MutableModuleItem Modifier and Type Method Description <T> MutableModuleItem<T>DynamicCommandInfo. getMutableInput(String name, Class<T> type)Gets the mutable input with the given name and type.<T> MutableModuleItem<T>DynamicCommandInfo. getMutableOutput(String name, Class<T> type)Gets the mutable output with the given name and type. -
Uses of MutableModuleItem in org.scijava.module
Classes in org.scijava.module that implement MutableModuleItem Modifier and Type Class Description classDefaultMutableModuleItem<T>DefaultMutableModuleItemimplementation, for use with customMutableModuleimplementations.Methods in org.scijava.module that return MutableModuleItem Modifier and Type Method Description default <T> MutableModuleItem<T>MutableModule. addInput(String name, Class<T> type)Adds an input to the list.default <T> MutableModuleItem<T>MutableModule. addOutput(String name, Class<T> type)Adds an output to the list.
-