@Retention(value=RUNTIME) @Target(value=METHOD) public @interface JIPipeParameter
JIPipeParameterAccess
will look for this annotation to find parameters.Modifier and Type | Required Element and Description |
---|---|
String |
value
The unique key of this parameter
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
collapsed
Determines if a sub-parameter is collapsed.
|
boolean |
hidden
Allows to hide the parameter by default (Can be overridden within the parameter collection=
)
|
String |
iconDarkURL
The icon resource URL (optional).
|
String |
iconURL
The icon resource URL (optional).
|
boolean |
important
Marks the parameter as important, which will add an icon to the parameter UI
|
JIPipeParameterPersistence |
persistence
Controls how the parameter is serialized/deserialized
|
boolean |
pinned
Marks the parameter as pinned.
|
double |
priority
Sets the priority for (de)serializing this parameter.
|
Class<?> |
resourceClass
The class that loads the resource for iconURL
|
String |
shortKey
A short key used for generating parameter strings.
|
int |
uiOrder
Controls how the parameter is ordered within the user interface
|
public abstract String value
public abstract double priority
Priority
public abstract String shortKey
JIPipeParameterAccess
implementations if not providedpublic abstract int uiOrder
public abstract JIPipeParameterPersistence persistence
public abstract boolean collapsed
public abstract boolean hidden
public abstract String iconURL
public abstract String iconDarkURL
public abstract Class<?> resourceClass
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.