Modifier and Type | Method and Description |
---|---|
static void |
JIPipeNodeTemplate.create(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeGraphNode> algorithms) |
Modifier and Type | Method and Description |
---|---|
default JIPipeDesktopGraphCanvasUI |
JIPipeGraphEditorTool.getGraphCanvas() |
Modifier and Type | Method and Description |
---|---|
default void |
JIPipeToggleableGraphEditorTool.paintMouse(JIPipeDesktopGraphCanvasUI canvasUI,
Point lastMousePosition,
int toolInfoDistance,
Graphics2D graphics2D) |
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 |
---|---|
JIPipeDesktopGraphCanvasUI |
JIPipeDesktopParameterEditorUI.getCanvasUI()
Finds the graph canvas if one is available
|
Modifier and Type | Method and Description |
---|---|
BiConsumer<JIPipeGraphNode,JIPipeDesktopGraphCanvasUI> |
JIPipeDesktopNodeQuickAction.getWorkload() |
Constructor and Description |
---|
JIPipeDesktopNodeQuickAction(String name,
String description,
String icon,
String buttonIcon,
String buttonText,
BiConsumer<JIPipeGraphNode,JIPipeDesktopGraphCanvasUI> workload) |
Constructor and Description |
---|
JIPipeDesktopAlgorithmCacheBrowserUI(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeGraphNode graphNode,
JIPipeDesktopGraphCanvasUI graphCanvasUI) |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphCanvasUI |
JIPipeDesktopGraphDragAndDropBehavior.getCanvas()
Returns the canvas the contains the algorithm nodes
|
JIPipeDesktopGraphCanvasUI |
AbstractJIPipeDesktopGraphEditorUI.getCanvasUI() |
JIPipeDesktopGraphCanvasUI |
JIPipeDesktopGraphEditorRunManager.getCanvasUI() |
JIPipeDesktopGraphCanvasUI |
JIPipeDesktopGraphCanvasUI.NodeSelectionChangedEvent.getCanvasUI() |
JIPipeDesktopGraphCanvasUI |
JIPipeDesktopGraphCanvasUI.GraphCanvasUpdatedEvent.getGraphCanvasUI() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopGraphDragAndDropBehavior.setCanvas(JIPipeDesktopGraphCanvasUI canvas)
Sets the canvas that contains the algorithm nodes
|
Constructor and Description |
---|
GraphCanvasUpdatedEvent(JIPipeDesktopGraphCanvasUI graphCanvasUI) |
JIPipeDesktopGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
NodeSelectionChangedEvent(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 |
---|---|
void |
SugiyamaGraphAutoLayoutImplementation.accept(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
MSTGraphAutoLayoutImplementation.accept(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphCanvasUI |
JIPipeDesktopGraphNodeUI.getGraphCanvasUI() |
Constructor and Description |
---|
JIPipeDesktopAnnotationGraphNodeUI(JIPipeDesktopWorkbench workbench,
JIPipeDesktopGraphCanvasUI graphCanvasUI,
JIPipeAnnotationGraphNode node)
Creates a new UI
|
JIPipeDesktopGraphNodeUI(JIPipeDesktopWorkbench workbench,
JIPipeDesktopGraphCanvasUI graphCanvasUI,
JIPipeGraphNode node)
Creates a new UI
|
JIPipeDesktopRewireConnectionsToolUI(JIPipeDesktopGraphCanvasUI graphCanvasUI,
JIPipeDataSlot currentSlot,
Set<JIPipeDataSlot> currentConnections) |
Constructor and Description |
---|
JIPipeDesktopCompartmentsGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopCompartmentsCopyNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopCompartmentsPasteNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
void |
JIPipeDesktopCompartmentsCutNodeUIContextAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphCanvasUI |
JIPipeCreateCompartmentNodesFromDraggedDataDragAndDropBehavior.getCanvas() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCreateCompartmentNodesFromDraggedDataDragAndDropBehavior.setCanvas(JIPipeDesktopGraphCanvasUI canvas) |
Constructor and Description |
---|
JIPipeDesktopCompartmentsParametersPanel(JIPipeDesktopProjectWorkbench desktopWorkbench,
JIPipeDesktopGraphCanvasUI canvas,
JIPipeGraphNode node) |
Constructor and Description |
---|
JIPipeDesktopPipelineGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
JIPipeDesktopGraphCanvasUI |
JIPipeCreatePipelineNodesFromDraggedDataDragAndDropBehavior.getCanvas() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCreatePipelineNodesFromDraggedDataDragAndDropBehavior.setCanvas(JIPipeDesktopGraphCanvasUI canvas) |
Constructor and Description |
---|
JIPipeDesktopPipelineParametersPanel(JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDesktopGraphCanvasUI canvas,
JIPipeGraphNode node) |
Constructor and Description |
---|
JIPipeDesktopNodeFinderDialogUI(JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDataSlot querySlot) |
Modifier and Type | Method and Description |
---|---|
void |
ExportDataByParameter2.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
ExportROI3DAlgorithm2.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
TSOAXAlgorithm.loadParametersDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
TSOAXAlgorithm.saveParametersDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
ExportIlastikHDF5ImageAlgorithm.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
ExportTableAsXLSXAlgorithm2.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
ExportTableAlgorithm2.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
ExportROIAlgorithm2.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
ExportImage2Algorithm.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
BioFormatsExporter2Algorithm.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
ExportImagePlusAsOMEZARRAlgorithm.selectOutputDirectoryDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
void |
ExportImagePlusAsOMEZARRAlgorithm.selectOutputZipDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
ExportImpImageAlgorithm.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
DefineParametersTableAlgorithm.autoConfigureDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
LoadExampleContextMenuAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
void |
AddTemplateContextMenuAction.run(JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeDesktopGraphNodeUI> selection) |
Constructor and Description |
---|
NodeTemplateBox(JIPipeDesktopWorkbench workbench,
boolean isDocked,
JIPipeDesktopGraphCanvasUI canvasUI,
Set<JIPipeGraphNode> nodesToAdd) |
Modifier and Type | Method and Description |
---|---|
static ParameterTableEditorWindow |
ParameterTableEditorWindow.getInstance(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeParameterAccess parameterAccess,
ParameterTable parameterTable,
JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
ExportScene3DToColladaAlgorithm2.selectFilePathDesktopQuickAction(JIPipeDesktopGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
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.