Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaExtension.registerParameterGenerator(Class<?> parameterClass,
JIPipeParameterGenerator generator)
Registers a UI that can generate parameters
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJIPipeParameterGenerator
A default implementation of
JIPipeParameterGenerator that shows all parameters of this JIPipeParameterCollection
in a dialog before generating the data. |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeParameterGenerator> |
JIPipeParameterTypeRegistry.getGeneratorsFor(Class<?> parameterClass)
Returns all generators for the parameter class
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeParameterTypeRegistry.registerGenerator(Class<?> parameterClass,
JIPipeParameterGenerator generator)
Registers a UI that can generate parameters
|
Modifier and Type | Class and Description |
---|---|
class |
EnumParameterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
NumberRangeParameterGenerator
Generator that creates instances of
Number . |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.