@Target(value=METHOD) @Retention(value=RUNTIME) public @interface JIPipeContextAction
ParameterPanel
.
Annotate a method with this annotation to make it accessible to the UI.
Use JIPipeDocumentation
to add additional information.
The method should take a JIPipeWorkbench
instance as parameter
JIPipe 1.74.0: Info - If you intend to create examples for your nodes, create a node template, export it into the plugin resources, and register the resource folder as example directory. We do not recommend anymore to utilize context actions as way to distribute examples.
Modifier and Type | Optional Element and Description |
---|---|
String |
iconDarkURL
The icon resource URL (optional)
|
String |
iconURL
The icon resource URL (optional)
|
Class<?> |
resourceClass
The class that loads the resource
|
boolean |
showInContextMenu
Determines if the context action is shown in the context menu
|
boolean |
showInParameters
Determines if the context action is shown as button in the parameters
|
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.