Package | Description |
---|---|
org.hkijena.jipipe.api.parameters | |
org.hkijena.jipipe.ui.parameters |
Modifier and Type | Method and Description |
---|---|
JIPipeMutableParameterAccess |
JIPipeDynamicParameterCollection.addParameter(JIPipeMutableParameterAccess parameterAccess)
Adds a new parameter.
|
JIPipeMutableParameterAccess |
JIPipeDynamicParameterCollection.addParameter(String key,
Class<?> fieldClass)
Adds a new parameter
|
JIPipeMutableParameterAccess |
JIPipeDynamicParameterCollection.addParameter(String key,
Class<?> fieldClass,
String name,
String description,
Annotation... annotations) |
JIPipeMutableParameterAccess |
JIPipeMutableParameterAccess.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
JIPipeMutableParameterAccess |
JIPipeDynamicParameterCollection.ParameterAddingEvent.getAccess() |
JIPipeMutableParameterAccess |
JIPipeDynamicParameterCollection.getParameter(String key)
Gets a parameter by its key
|
Modifier and Type | Method and Description |
---|---|
Function<JIPipeDynamicParameterCollection.UserParameterDefinition,JIPipeMutableParameterAccess> |
JIPipeDynamicParameterCollection.getInstanceGenerator() |
Modifier and Type | Method and Description |
---|---|
JIPipeMutableParameterAccess |
JIPipeDynamicParameterCollection.addParameter(JIPipeMutableParameterAccess parameterAccess)
Adds a new parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDynamicParameterCollection.setInstanceGenerator(Function<JIPipeDynamicParameterCollection.UserParameterDefinition,JIPipeMutableParameterAccess> instanceGenerator) |
Constructor and Description |
---|
JIPipeMutableParameterAccess(JIPipeMutableParameterAccess other)
Copies the parameter access
|
ParameterAddingEvent(JIPipeDynamicParameterCollection parameterCollection,
JIPipeMutableParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
JIPipeMutableParameterAccess |
DynamicParameterEditorDialog.ParameterEntry.toParameterAccess() |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.