Modifier and Type | Method and Description |
---|---|
boolean |
LoadExampleContextMenuAction.matches(Set<JIPipeNodeUI> selection) |
void |
LoadExampleContextMenuAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
AddTemplateContextMenuAction.matches(Set<JIPipeNodeUI> selection) |
void |
AddTemplateContextMenuAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
ParameterExplorerContextMenuAction.matches(Set<JIPipeNodeUI> selection) |
void |
ParameterExplorerContextMenuAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphCompartmentPasteNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
GraphCompartmentCopyNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
void |
GraphCompartmentPasteNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
GraphCompartmentCutNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
GraphCompartmentCopyNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
AlgorithmGraphCopyNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
AlgorithmGraphDuplicateNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
AlgorithmGraphPasteNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
void |
AlgorithmGraphCopyNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
AlgorithmGraphCutNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
AlgorithmGraphDuplicateNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
AlgorithmGraphPasteNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeNodeUI |
JIPipeGraphCanvasUI.NodeUIActionRequestedEvent.getUi() |
JIPipeNodeUI |
JIPipeGraphCanvasUI.DefaultAlgorithmUIActionRequestedEvent.getUi() |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeNodeUI> |
JIPipeGraphCanvasUI.getNodesAfter(int x,
int y) |
BiMap<JIPipeGraphNode,JIPipeNodeUI> |
JIPipeGraphCanvasUI.getNodeUIs() |
<T extends JIPipeGraphNode> |
JIPipeGraphCanvasUI.getNodeUIsFor(Set<T> nodes) |
Set<JIPipeNodeUI> |
JIPipeGraphCanvasUI.getSelection() |
Set<JIPipeNodeUI> |
JIPipeGraphEditorUI.getSelection() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphCanvasUI.addToSelection(JIPipeNodeUI ui)
Adds an algorithm to the selection
|
void |
JIPipeGraphEditorUI.addToSelection(JIPipeNodeUI ui)
Adds an algorithm to the selection
|
void |
JIPipeGraphCanvasUI.autoPlaceCloseToCursor(JIPipeNodeUI ui,
boolean force) |
void |
JIPipeGraphCanvasUI.autoPlaceCloseToLocation(JIPipeNodeUI ui,
Point location)
Moves the node close to a real location
|
void |
JIPipeGraphCanvasUI.removeFromSelection(JIPipeNodeUI ui)
Removes an algorithm from the selection
|
void |
JIPipeGraphEditorUI.removeFromSelection(JIPipeNodeUI ui)
Removes an algorithm from the selection
|
void |
JIPipeGraphEditorUI.scrollToAlgorithm(JIPipeNodeUI ui)
Scrolls to the specified algorithm UI
|
void |
JIPipeGraphCanvasUI.selectOnly(JIPipeNodeUI ui)
Selects only the specified algorithm
|
void |
JIPipeGraphEditorUI.selectOnly(JIPipeNodeUI ui)
Selects only the specified algorithm
|
Modifier and Type | Method and Description |
---|---|
static void |
JIPipeGraphEditorUI.installContextActionsInto(JToolBar toolBar,
Set<JIPipeNodeUI> selection,
List<NodeUIContextAction> actionList,
JIPipeGraphCanvasUI canvasUI) |
Constructor and Description |
---|
AlgorithmSelectedEvent(JIPipeNodeUI ui,
boolean addToSelection) |
DefaultAlgorithmUIActionRequestedEvent(JIPipeNodeUI ui) |
NodeUIActionRequestedEvent(JIPipeNodeUI ui,
JIPipeNodeUIAction action)
Initializes a new instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
EnableNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
CollapseIOInterfaceNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
AddBookmarkNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
SetNodeHotkeyContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
OpenCacheBrowserInWindowUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
InvertSelectionNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
ExportCompartmentToNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
ExportCompartmentAsJsonNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
DeleteNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
DisableVirtualOutputNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
NodeContextActionWrapperUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
UpdateCacheShowIntermediateNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
SelectAndMoveNodeHereNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
IsolateNodesUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
EnablePassThroughNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
DisablePassThroughNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
SelectAllNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
DisableSaveOutputsNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
RunAndShowIntermediateResultsNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
EnableVirtualOutputsNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
DeleteCompartmentUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
DisableNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
ExportNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
EnableSaveOutputsNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
GroupNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
NodeUIContextAction.matches(Set<JIPipeNodeUI> selection)
Returns if the action shows up
|
boolean |
UpdateCacheNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
RunAndShowResultsNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
RemoveBookmarkNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
JsonAlgorithmToGroupNodeUIContextAction.matches(Set<JIPipeNodeUI> selection) |
void |
EnableNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
CollapseIOInterfaceNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
AddBookmarkNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
SetNodeHotkeyContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
OpenCacheBrowserInWindowUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
InvertSelectionNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
ExportCompartmentToNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
ExportCompartmentAsJsonNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
DeleteNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
DisableVirtualOutputNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
NodeContextActionWrapperUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
UpdateCacheShowIntermediateNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
SelectAndMoveNodeHereNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
IsolateNodesUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
EnablePassThroughNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
DisablePassThroughNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
SelectAllNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
DisableSaveOutputsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
RunAndShowIntermediateResultsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
EnableVirtualOutputsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
DeleteCompartmentUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
DisableNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
ExportNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
EnableSaveOutputsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
GroupNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
NodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection)
Runs the workload
|
void |
UpdateCacheNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
RunAndShowResultsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
RemoveBookmarkNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
JsonAlgorithmToGroupNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
MoveNodeUILeftContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
MoveNodeUIDownContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
MoveNodeUIUpContextAction.matches(Set<JIPipeNodeUI> selection) |
boolean |
MoveNodeUIRightContextAction.matches(Set<JIPipeNodeUI> selection) |
void |
MoveNodeUILeftContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
MoveNodeUIDownContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
MoveNodeUIUpContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
void |
MoveNodeUIRightContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeNodeUI |
MSTGraphAutoLayoutMethod.Node.getUi() |
Constructor and Description |
---|
Node(JIPipeNodeUI ui) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeHorizontalNodeUI
An algorithm UI for horizontal display
|
class |
JIPipeVerticalNodeUI
An algorithm UI for vertical display
|
Modifier and Type | Method and Description |
---|---|
JIPipeNodeUI |
JIPipeDataSlotUI.getNodeUI() |
JIPipeNodeUI |
JIPipeNodeUI.AlgorithmEvent.getUi() |
Constructor and Description |
---|
AlgorithmEvent(JIPipeNodeUI ui)
Creates a new event
|
JIPipeDataSlotUI(JIPipeWorkbench workbench,
JIPipeNodeUI nodeUI,
UUID compartment,
JIPipeDataSlot slot)
Creates a new UI
|
JIPipeHorizontalDataSlotUI(JIPipeWorkbench workbench,
JIPipeNodeUI algorithmUI,
UUID compartment,
JIPipeDataSlot slot)
Creates a new UI
|
JIPipeVerticalDataSlotUI(JIPipeWorkbench workbench,
JIPipeNodeUI algorithmUI,
UUID compartment,
JIPipeDataSlot slot,
boolean compact)
Creates a new UI
|
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.