public interface NodeUIContextAction
Modifier and Type | Field and Description |
---|---|
static NodeUIContextAction |
SEPARATOR
Indicates that a separator is created
|
Modifier and Type | Method and Description |
---|---|
default boolean |
disableOnNonMatch()
Determines if an item should be disabled or removed if it does not match
|
String |
getDescription() |
Icon |
getIcon() |
default KeyStroke |
getKeyboardShortcut()
Returns an optional keyboard shortcut.
|
String |
getName() |
default boolean |
isHidden()
Determines if the item is never shown (even if it applies)
Keyboard shortcuts still work
|
boolean |
matches(Set<JIPipeNodeUI> selection)
Returns if the action shows up
|
void |
run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection)
Runs the workload
|
default boolean |
showInCompartmentGraph()
Determines if the item is displayed in the compartment graph.
|
default boolean |
showInGraphCompartment()
Determines if the item is displayed in the graph compartment (project/group/extension editor).
|
static final NodeUIContextAction SEPARATOR
boolean matches(Set<JIPipeNodeUI> selection)
selection
- the list of algorithm UIsvoid run(JIPipeGraphCanvasUI canvasUI, Set<JIPipeNodeUI> selection)
canvasUI
- the canvas that contains all algorithm UIsselection
- the current selection of algorithmsString getName()
String getDescription()
Icon getIcon()
default boolean isHidden()
default boolean disableOnNonMatch()
default KeyStroke getKeyboardShortcut()
default boolean showInCompartmentGraph()
default boolean showInGraphCompartment()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.