public interface JIPipeGraphEditorTool extends MouseMotionListener, MouseListener
Modifier and Type | Method and Description |
---|---|
void |
activate() |
int |
getCategory() |
default Cursor |
getCursor() |
default JIPipeDesktopGraphCanvasUI |
getGraphCanvas() |
AbstractJIPipeDesktopGraphEditorUI |
getGraphEditor() |
Icon |
getIcon() |
default KeyStroke |
getKeyBinding() |
String |
getName() |
default int |
getPriority() |
String |
getTooltip() |
void |
setGraphEditor(AbstractJIPipeDesktopGraphEditorUI graphEditorUI) |
default boolean |
supports(AbstractJIPipeDesktopGraphEditorUI graphEditorUI) |
mouseDragged, mouseMoved
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
String getName()
String getTooltip()
Icon getIcon()
default int getPriority()
default boolean supports(AbstractJIPipeDesktopGraphEditorUI graphEditorUI)
AbstractJIPipeDesktopGraphEditorUI getGraphEditor()
void setGraphEditor(AbstractJIPipeDesktopGraphEditorUI graphEditorUI)
default JIPipeDesktopGraphCanvasUI getGraphCanvas()
void activate()
int getCategory()
default Cursor getCursor()
default KeyStroke getKeyBinding()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.