Package | Description |
---|---|
org.hkijena.jipipe.ui.grapheditor.general | |
org.hkijena.jipipe.ui.grapheditor.general.nodeui |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotUI |
JIPipeGraphCanvasUI.getCurrentConnectionDragSource() |
JIPipeDataSlotUI |
JIPipeGraphCanvasUI.getCurrentConnectionDragTarget() |
JIPipeDataSlotUI |
JIPipeGraphCanvasUI.getCurrentHighlightedForDisconnect() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphCanvasUI.setCurrentConnectionDragSource(JIPipeDataSlotUI currentConnectionDragSource) |
void |
JIPipeGraphCanvasUI.setCurrentConnectionDragTarget(JIPipeDataSlotUI currentConnectionDragTarget) |
void |
JIPipeGraphCanvasUI.setCurrentHighlightedForDisconnect(JIPipeDataSlotUI currentHighlightedForDisconnect,
Set<JIPipeDataSlot> sourceSlots) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeHorizontalDataSlotUI
Slot UI with horizontal direction
|
class |
JIPipeVerticalDataSlotUI
Slot UI with horizontal direction
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotUI |
JIPipeNodeUI.pickSlotComponent(MouseEvent mouseEvent) |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,JIPipeDataSlotUI> |
JIPipeNodeUI.getInputSlotUIs() |
Map<String,JIPipeDataSlotUI> |
JIPipeHorizontalNodeUI.getInputSlotUIs() |
Map<String,JIPipeDataSlotUI> |
JIPipeVerticalNodeUI.getInputSlotUIs() |
abstract Map<String,JIPipeDataSlotUI> |
JIPipeNodeUI.getOutputSlotUIs() |
Map<String,JIPipeDataSlotUI> |
JIPipeHorizontalNodeUI.getOutputSlotUIs() |
Map<String,JIPipeDataSlotUI> |
JIPipeVerticalNodeUI.getOutputSlotUIs() |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.