Modifier and Type | Method and Description |
---|---|
void |
JIPipeAnnotationGraphNode.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNodeUI |
ExistingCompartmentDatabaseEntry.addToGraph(JIPipeGraphCanvasUI canvasUI) |
JIPipeGraphNodeUI |
JIPipeNodeDatabaseEntry.addToGraph(JIPipeGraphCanvasUI canvasUI) |
JIPipeGraphNodeUI |
ExistingPipelineNodeDatabaseEntry.addToGraph(JIPipeGraphCanvasUI canvasUI) |
JIPipeGraphNodeUI |
CreateNewNodeByExampleDatabaseEntry.addToGraph(JIPipeGraphCanvasUI canvasUI) |
JIPipeGraphNodeUI |
CreateNewNodeByInfoDatabaseEntry.addToGraph(JIPipeGraphCanvasUI canvasUI) |
Modifier and Type | Method and Description |
---|---|
void |
ArrowAnnotationGraphNode.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
LoadExampleContextMenuAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
LoadExampleContextMenuAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
AddTemplateContextMenuAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
AddTemplateContextMenuAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
ParameterExplorerContextMenuAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
ParameterExplorerContextMenuAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphCompartmentPasteNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
GraphCompartmentCopyNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
GraphCompartmentPasteNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
GraphCompartmentCutNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
GraphCompartmentCopyNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
AlgorithmGraphCopyNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
AlgorithmGraphDuplicateWithInputConnectionsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
AlgorithmGraphDuplicateNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
AlgorithmGraphPasteNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
AlgorithmGraphCopyNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AlgorithmGraphDuplicateWithInputConnectionsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AlgorithmGraphCutNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AlgorithmGraphDuplicateNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AlgorithmGraphPasteNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNodeUI |
JIPipeGraphCanvasUI.NodeUISelectedEvent.getNodeUI() |
JIPipeGraphNodeUI |
JIPipeGraphCanvasUI.DisplayedSlotEdge.getSourceUI() |
JIPipeGraphNodeUI |
JIPipeGraphCanvasUI.DisplayedSlotEdge.getTargetUI() |
JIPipeGraphNodeUI |
JIPipeGraphCanvasUI.pickNodeUI(MouseEvent mouseEvent) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeGraphNodeUI> |
JIPipeGraphCanvasUI.getNodesAfter(int x,
int y) |
com.google.common.collect.BiMap<JIPipeGraphNode,JIPipeGraphNodeUI> |
JIPipeGraphCanvasUI.getNodeUIs() |
<T extends JIPipeGraphNode> |
JIPipeGraphCanvasUI.getNodeUIsFor(Set<T> nodes) |
Set<JIPipeGraphNodeUI> |
JIPipeGraphCanvasUI.getSelection() |
Set<JIPipeGraphNodeUI> |
JIPipeGraphEditorUI.getSelection() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphCanvasUI.addToSelection(JIPipeGraphNodeUI ui)
Adds an algorithm to the selection
|
void |
JIPipeGraphEditorUI.addToSelection(JIPipeGraphNodeUI ui)
Adds an algorithm to the selection
|
void |
JIPipeGraphCanvasUI.autoPlaceCloseToCursor(JIPipeGraphNodeUI ui,
boolean force) |
void |
JIPipeGraphCanvasUI.autoPlaceCloseToLocation(JIPipeGraphNodeUI ui,
Point location)
Moves the node close to a real location
|
void |
JIPipeGraphCanvasUI.removeFromSelection(JIPipeGraphNodeUI ui)
Removes an algorithm from the selection
|
void |
JIPipeGraphEditorUI.removeFromSelection(JIPipeGraphNodeUI ui)
Removes an algorithm from the selection
|
void |
JIPipeGraphEditorUI.scrollToAlgorithm(JIPipeGraphNodeUI ui)
Scrolls to the specified algorithm UI
|
void |
JIPipeGraphCanvasUI.selectOnly(JIPipeGraphNodeUI ui)
Selects only the specified algorithm
|
void |
JIPipeGraphEditorUI.selectOnly(JIPipeGraphNodeUI ui)
Selects only the specified algorithm
|
void |
JIPipeGraphCanvasUI.DisplayedSlotEdge.setSourceUI(JIPipeGraphNodeUI sourceUI) |
void |
JIPipeGraphCanvasUI.DisplayedSlotEdge.setTargetUI(JIPipeGraphNodeUI targetUI) |
Modifier and Type | Method and Description |
---|---|
static void |
JIPipeGraphEditorUI.installContextActionsInto(JToolBar toolBar,
Set<JIPipeGraphNodeUI> selection,
List<NodeUIContextAction> actionList,
JIPipeGraphCanvasUI canvasUI) |
void |
JIPipeGraphCanvasUI.lowerSelection(Set<JIPipeGraphNodeUI> selection) |
void |
JIPipeGraphCanvasUI.raiseSelection(Set<JIPipeGraphNodeUI> selection) |
void |
JIPipeGraphCanvasUI.sendSelectionToBackground(Set<JIPipeGraphNodeUI> selection) |
void |
JIPipeGraphCanvasUI.sendSelectionToForeground(Set<JIPipeGraphNodeUI> selection) |
Constructor and Description |
---|
NodeUISelectedEvent(JIPipeGraphNodeUI nodeUI,
boolean addToSelection) |
Modifier and Type | Method and Description |
---|---|
boolean |
EnableNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
CollapseIOInterfaceNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
ClearCacheNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
AddBookmarkNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
SendToBackgroundUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
SetNodeHotkeyContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
UnlockNodeLocationSizeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
OpenCacheBrowserInWindowUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
InvertSelectionNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
ExportCompartmentToNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
RaiseUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
ExportCompartmentAsJsonNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
DeleteNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
DisableVirtualOutputNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
SendToForegroundUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
NodeContextActionWrapperUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
UpdateCacheShowIntermediateNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
SelectAndMoveNodeHereNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
LockNodeLocationSizeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
IsolateNodesUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
EnablePassThroughNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
DisablePassThroughNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
SelectAllNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
DisableSaveOutputsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
RunAndShowIntermediateResultsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
EnableVirtualOutputsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
DeleteCompartmentUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
DisableNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
ExportNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
EnableSaveOutputsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
GroupNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
NodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection)
Returns if the action shows up
|
boolean |
UpdateCacheNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
RunAndShowResultsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
RemoveBookmarkNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
JsonAlgorithmToGroupNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
AddNewNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
AddNewCompartmentUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
LowerUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
UpdateCacheOnlyPredecessorsNodeUIContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
EnableNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
CollapseIOInterfaceNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
ClearCacheNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AddBookmarkNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
SendToBackgroundUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
SetNodeHotkeyContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
UnlockNodeLocationSizeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
OpenCacheBrowserInWindowUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
InvertSelectionNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
ExportCompartmentToNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
RaiseUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
ExportCompartmentAsJsonNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
DeleteNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
DisableVirtualOutputNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
SendToForegroundUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
NodeContextActionWrapperUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
UpdateCacheShowIntermediateNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
SelectAndMoveNodeHereNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
LockNodeLocationSizeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
IsolateNodesUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
EnablePassThroughNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
DisablePassThroughNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
SelectAllNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
DisableSaveOutputsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
RunAndShowIntermediateResultsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
EnableVirtualOutputsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
DeleteCompartmentUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
DisableNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
ExportNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
EnableSaveOutputsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
GroupNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
NodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection)
Runs the workload
|
void |
UpdateCacheNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
RunAndShowResultsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
RemoveBookmarkNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
JsonAlgorithmToGroupNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AddNewNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
AddNewCompartmentUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
LowerUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
UpdateCacheOnlyPredecessorsNodeUIContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
MoveNodeUILeftContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
MoveNodeUIDownContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
MoveNodeUIUpContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
boolean |
MoveNodeUIRightContextAction.matches(Set<JIPipeGraphNodeUI> selection) |
void |
MoveNodeUILeftContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
MoveNodeUIDownContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
MoveNodeUIUpContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
void |
MoveNodeUIRightContextAction.run(JIPipeGraphCanvasUI canvasUI,
Set<JIPipeGraphNodeUI> selection) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNodeUI |
MSTGraphAutoLayoutMethod.Node.getUi() |
Constructor and Description |
---|
Node(JIPipeGraphNodeUI ui) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeAnnotationGraphNodeUI |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNodeUI |
JIPipeNodeUIActiveArea.getNodeUI() |
JIPipeGraphNodeUI |
JIPipeGraphNodeUI.NodeUIActionRequestedEvent.getUi() |
JIPipeGraphNodeUI |
JIPipeGraphNodeUI.DefaultNodeUIActionRequestedEvent.getUi() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeAnnotationGraphNodeUI.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeGraphNodeUI> selection) |
void |
JIPipeGraphNodeUI.paintMinimap(Graphics2D graphics2D,
int x,
int y,
int width,
int height,
BasicStroke defaultStroke,
BasicStroke selectedStroke,
Set<JIPipeGraphNodeUI> selection) |
Constructor and Description |
---|
DefaultNodeUIActionRequestedEvent(JIPipeGraphNodeUI ui) |
JIPipeNodeUIActiveArea(JIPipeGraphNodeUI nodeUI,
int priority) |
JIPipeNodeUIAddSlotButtonActiveArea(JIPipeGraphNodeUI nodeUI,
JIPipeSlotType slotType) |
JIPipeNodeUIRunNodeActiveArea(JIPipeGraphNodeUI nodeUI) |
JIPipeNodeUISlotActiveArea(JIPipeGraphNodeUI nodeUI,
JIPipeSlotType slotType,
String slotName,
JIPipeDataSlot slot) |
JIPipeNodeUISlotButtonActiveArea(JIPipeGraphNodeUI nodeUI,
JIPipeNodeUISlotActiveArea uiSlot) |
JIPipeNodeUIWholeNodeActiveArea(JIPipeGraphNodeUI nodeUI) |
NodeUIActionRequestedEvent(JIPipeGraphNodeUI ui,
JIPipeNodeUIAction action)
Initializes a new instance
|
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.