@Target(value=METHOD) @Retention(value=RUNTIME) public @interface AddJIPipeDesktopNodeQuickAction
JIPipeGraphNode
as a quick action for JIPipe Desktop.
The action will appear in the overview panel of the node
Should have the JIPipeDesktopGraphCanvasUI
as a parameterModifier and Type | Required Element and Description |
---|---|
String |
buttonIcon
The icon of the button (one of the JIPipe default icons)
|
String |
buttonText
The text of the button (one of the JIPipe default icons)
|
String |
description
The description of the quick action
|
String |
icon
The icon of the quick action (one of the JIPipe default icons)
|
String |
name
The name of the quick action
|
public abstract String name
public abstract String description
public abstract String icon
public abstract String buttonIcon
public abstract String buttonText
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.