Modifier and Type | Optional Element and Description |
---|---|
String |
menuPath
A submenu where the entry should be located.
|
Class<? extends JIPipeNodeTypeCategory> |
nodeTypeCategory
Assigns a category to any
JIPipeNodeInfo that listens to this annotation. |
public abstract String menuPath
JIPipeGraphNode
and JIPipeData
Menu entries are separated via newlines.public abstract Class<? extends JIPipeNodeTypeCategory> nodeTypeCategory
JIPipeNodeInfo
that listens to this annotation.
Determines in which menus the nodes are placed and how the user can interact with it.
Defaults to InternalNodeTypeCategory
, which prevents users from creating such nodes and deleting them,
so change this categorizationCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.