@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface JIPipeExpressionParameterSettings
AbstractExpressionParameter
.
Attach it to the getter or setter within a JIPipeParameterCollection
Modifier and Type | Optional Element and Description |
---|---|
String |
hint
Hint displayed in the UI.
|
Class<? extends org.fife.ui.rsyntaxtextarea.AbstractTokenMaker> |
tokenMaker
Allows to set a custom token maker
|
Class<? extends JIPipeExpressionVariablesInfo> |
variableSource
Deprecated.
|
boolean |
withoutEditorButton
If true, hide the editor button
|
@Deprecated public abstract Class<? extends JIPipeExpressionVariablesInfo> variableSource
JIPipeParameterAccess
.
New: You can use as alternative multiple AddJIPipeExpressionParameterVariable
annotations that also support inheritance from the field class and
merging of multiple JIPipeExpressionVariablesInfo
instances.
public abstract String hint
public abstract boolean withoutEditorButton
public abstract Class<? extends org.fife.ui.rsyntaxtextarea.AbstractTokenMaker> tokenMaker
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.