Modifier and Type | Method and Description |
---|---|
void |
JIPipeAnnotationGraphNode.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeDesktopGraphNodeUI> |
CreateNewNodeByInfoDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Set<JIPipeDesktopGraphNodeUI> |
CreateNewNodeByExampleDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Set<JIPipeDesktopGraphNodeUI> |
CreateNewCompartmentNodeDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Set<JIPipeDesktopGraphNodeUI> |
ExistingPipelineNodeDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Set<JIPipeDesktopGraphNodeUI> |
ExistingCompartmentDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Set<JIPipeDesktopGraphNodeUI> |
JIPipeNodeDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Set<JIPipeDesktopGraphNodeUI> |
CreateNewNodesByTemplateDatabaseEntry.addToGraph(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphEditorRunManager.getNodeUI() |
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphCanvasUI.NodeUISelectedEvent.getNodeUI() |
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphCanvasUI.DisplayedSlotEdge.getSourceUI() |
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphCanvasUI.DisplayedSlotEdge.getTargetUI() |
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphCanvasUI.pickNodeUI(MouseEvent mouseEvent) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeDesktopGraphNodeUI> |
JIPipeDesktopGraphCanvasUI.getNodesAfter(int x,
int y) |
com.google.common.collect.BiMap<JIPipeGraphNode,JIPipeDesktopGraphNodeUI> |
JIPipeDesktopGraphCanvasUI.getNodeUIs() |
<T extends JIPipeGraphNode> |
JIPipeDesktopGraphCanvasUI.getNodeUIsFor(Set<T> nodes) |
Set<JIPipeDesktopGraphNodeUI> |
AbstractJIPipeDesktopGraphEditorUI.getSelection() |
Set<JIPipeDesktopGraphNodeUI> |
JIPipeDesktopGraphCanvasUI.getSelection() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJIPipeDesktopGraphEditorUI.addToSelection(JIPipeDesktopGraphNodeUI ui)
Adds an algorithm to the selection
|
void |
JIPipeDesktopGraphCanvasUI.addToSelection(JIPipeDesktopGraphNodeUI ui)
Adds an algorithm to the selection
|
void |
JIPipeDesktopGraphCanvasUI.autoPlaceCloseToCursor(JIPipeDesktopGraphNodeUI ui,
boolean force) |
void |
JIPipeDesktopGraphCanvasUI.autoPlaceCloseToLocation(JIPipeDesktopGraphNodeUI ui,
Point location)
Moves the node close to a real location
|
void |
AbstractJIPipeDesktopGraphEditorUI.removeFromSelection(JIPipeDesktopGraphNodeUI ui)
Removes an algorithm from the selection
|
void |
JIPipeDesktopGraphCanvasUI.removeFromSelection(JIPipeDesktopGraphNodeUI ui)
Removes an algorithm from the selection
|
void |
AbstractJIPipeDesktopGraphEditorUI.scrollToAlgorithm(JIPipeDesktopGraphNodeUI ui)
Scrolls to the specified algorithm UI
|
void |
AbstractJIPipeDesktopGraphEditorUI.selectOnly(JIPipeDesktopGraphNodeUI ui)
Selects only the specified algorithm
|
void |
JIPipeDesktopGraphCanvasUI.selectOnly(JIPipeDesktopGraphNodeUI ui)
Selects only the specified algorithm
|
void |
JIPipeDesktopGraphCanvasUI.DisplayedSlotEdge.setSourceUI(JIPipeDesktopGraphNodeUI sourceUI) |
void |
JIPipeDesktopGraphCanvasUI.DisplayedSlotEdge.setTargetUI(JIPipeDesktopGraphNodeUI targetUI) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopGraphCanvasUI.lowerSelection(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopGraphCanvasUI.raiseSelection(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopGraphCanvasUI.sendSelectionToBackground(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopGraphCanvasUI.sendSelectionToForeground(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopGraphCanvasUI.setSelection(Set<JIPipeDesktopGraphNodeUI> nodeUIs) |
Constructor and Description |
---|
JIPipeDesktopGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
NodeUISelectedEvent(JIPipeDesktopGraphNodeUI nodeUI,
boolean addToSelection) |
Modifier and Type | Method and Description |
---|---|
boolean |
SendToForegroundUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
CollapseIOInterfaceNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
UpdateCacheNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
RaiseUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
EnablePassThroughNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AddNewCompartmentUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
OpenCacheBrowserInWindowUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
RunAndShowResultsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
SendToBackgroundUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
DeleteCompartmentUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
EnableVirtualOutputsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
EnableSaveOutputsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
JsonAlgorithmToGroupNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
RunAndShowIntermediateResultsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AddNewParameterSetNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
EnableNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
UpdateCacheOnlyPredecessorsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
ExportCompartmentAsJsonNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
GroupNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
ClearCacheNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
LowerUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
DisableNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
RemoveBookmarkNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AddNewNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
DeleteNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
SelectAllNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
NodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection)
Returns if the action shows up
|
boolean |
DisableVirtualOutputNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
SelectAndMoveNodeHereNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
DisablePassThroughNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AddBookmarkNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
IsolateNodesUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
UnlockNodeLocationSizeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
InvertSelectionNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
LockNodeLocationSizeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
UpdateCacheShowIntermediateNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
DisableSaveOutputsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
NodeContextActionWrapperUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
SendToForegroundUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
CollapseIOInterfaceNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
UpdateCacheNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
RaiseUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
EnablePassThroughNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AddNewCompartmentUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
OpenCacheBrowserInWindowUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
RunAndShowResultsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
SendToBackgroundUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
DeleteCompartmentUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
EnableVirtualOutputsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
EnableSaveOutputsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JsonAlgorithmToGroupNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
RunAndShowIntermediateResultsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AddNewParameterSetNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
EnableNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
UpdateCacheOnlyPredecessorsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
ExportCompartmentAsJsonNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
GroupNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
ClearCacheNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
LowerUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
DisableNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
RemoveBookmarkNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AddNewNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
DeleteNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
SelectAllNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
NodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection)
Runs the workload
|
void |
DisableVirtualOutputNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
SelectAndMoveNodeHereNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
DisablePassThroughNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AddBookmarkNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
IsolateNodesUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
UnlockNodeLocationSizeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
InvertSelectionNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
LockNodeLocationSizeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
UpdateCacheShowIntermediateNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
DisableSaveOutputsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
NodeContextActionWrapperUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
MoveNodeUIUpContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
MoveNodeUIDownContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
MoveNodeUILeftContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
MoveNodeUIRightContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
MoveNodeUIUpContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
MoveNodeUIDownContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
MoveNodeUILeftContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
MoveNodeUIRightContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphNodeUI |
MSTGraphAutoLayoutImplementation.Node.getUi() |
Constructor and Description |
---|
Node(JIPipeDesktopGraphNodeUI ui) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopAnnotationGraphNodeUI |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphNodeUIActiveArea.getNodeUI() |
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphNodeUI.NodeUIActionRequestedEvent.getUi() |
JIPipeDesktopGraphNodeUI |
JIPipeDesktopGraphNodeUI.DefaultNodeUIActionRequestedEvent.getUi() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopGraphNodeUI.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopAnnotationGraphNodeUI.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeDesktopGraphNodeUI> selection) |
Constructor and Description |
---|
DefaultNodeUIActionRequestedEvent(JIPipeDesktopGraphNodeUI ui) |
JIPipeDesktopGraphNodeUIActiveArea(JIPipeDesktopGraphNodeUI nodeUI,
int priority) |
NodeUIActionRequestedEvent(JIPipeDesktopGraphNodeUI ui,
JIPipeDesktopNodeUIAction action)
Initializes a new instance
|
Constructor and Description |
---|
JIPipeDesktopGraphNodeUIAddSlotButtonActiveArea(JIPipeDesktopGraphNodeUI nodeUI,
JIPipeSlotType slotType) |
JIPipeDesktopGraphNodeUIRunNodeActiveArea(JIPipeDesktopGraphNodeUI nodeUI) |
JIPipeDesktopGraphNodeUISlotActiveArea(JIPipeDesktopGraphNodeUI nodeUI,
JIPipeSlotType slotType,
String slotName,
JIPipeDataSlot slot) |
JIPipeDesktopGraphNodeUISlotButtonActiveArea(JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopGraphNodeUISlotActiveArea uiSlot) |
JIPipeDesktopGraphNodeUIWholeNodeActiveArea(JIPipeDesktopGraphNodeUI nodeUI) |
Constructor and Description |
---|
JIPipeDesktopCompartmentsGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeDesktopCompartmentsCopyNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
JIPipeDesktopCompartmentsPasteNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopCompartmentsCopyNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopCompartmentsPasteNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopCompartmentsCutNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Constructor and Description |
---|
JIPipeDesktopPipelineGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Modifier and Type | Method and Description |
---|---|
boolean |
AlgorithmGraphCopyNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AlgorithmGraphDuplicateNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AlgorithmGraphDuplicateWithInputConnectionsNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
boolean |
AlgorithmGraphPasteNodeUIContextAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AlgorithmGraphCopyNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AlgorithmGraphDuplicateNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AlgorithmGraphCutNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AlgorithmGraphDuplicateWithInputConnectionsNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AlgorithmGraphPasteNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
void |
ArrowAnnotationGraphNode.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
LoadExampleContextMenuAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
LoadExampleContextMenuAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
AddTemplateContextMenuAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
AddTemplateContextMenuAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
ParameterExplorerContextMenuAction.matches(Set<JIPipeDesktopGraphNodeUI> selection) |
void |
ParameterExplorerContextMenuAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.