Package | Description |
---|---|
org.scijava.command | |
org.scijava.module |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMutableModuleItem<T>
Default
MutableModuleItem implementation, for use with custom
MutableModule implementations. |
Modifier and Type | Method and 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.
|
Copyright © 2015–2022 SciJava. All rights reserved.