Package | Description |
---|---|
org.scijava.command | |
org.scijava.module | |
org.scijava.script | |
org.scijava.widget |
Modifier and Type | Method and Description |
---|---|
Module |
CommandInfo.createModule() |
Constructor and Description |
---|
CommandModule(CommandInfo info)
Creates a command module for the given
PluginInfo . |
Modifier and Type | Class and Description |
---|---|
class |
MethodCallException
An exception thrown when a reflective method execution fails.
|
class |
ModuleCanceledException
An exception thrown when a module execution is canceled.
|
Modifier and Type | Method and Description |
---|---|
default Module |
MutableModuleInfo.createModule() |
Module |
ModuleInfo.createModule()
Instantiates the module described by this module info.
|
Modifier and Type | Method and Description |
---|---|
ScriptModule |
ScriptInfo.createModule() |
Modifier and Type | Method and Description |
---|---|
void |
InputHarvester.buildPanel(InputPanel<P,W> inputPanel,
Module module)
Populates the given
InputPanel with widgets corresponding to the
given Module instance. |
void |
AbstractInputHarvester.buildPanel(InputPanel<P,W> inputPanel,
Module module) |
default void |
InputHarvester.harvest(Module module)
Performs the harvesting process.
|
default void |
InputHarvester.processResults(InputPanel<P,W> inputPanel,
Module module)
Does any needed processing, after input values have been harvested.
|
Copyright © 2015–2022 SciJava. All rights reserved.