Modifier and Type | Method and Description |
---|---|
JIPipeProjectCompartment |
JIPipeExportedCompartment.addTo(JIPipeProject project,
String compartmentName)
Adds the compartment to a project as the specified compartment name
|
Constructor and Description |
---|
JIPipeExportedCompartment(JIPipeProjectCompartment compartment)
Initializes the instance from a compartment
|
Constructor and Description |
---|
JIPipeProjectCompartment(JIPipeProjectCompartment other)
Copies the compartment
|
Modifier and Type | Method and Description |
---|---|
default void |
JIPipeHistoryJournal.snapshotBeforeCutCompartment(JIPipeProjectCompartment compartment)
Snapshot before cutting a compartment
|
default void |
JIPipeHistoryJournal.snapshotBeforeRemoveCompartment(JIPipeProjectCompartment compartment)
Create a snapshot for removing a node
|
Modifier and Type | Method and Description |
---|---|
JIPipeProjectCompartment |
JIPipeGraphNode.getProjectCompartment()
Gets the project compartment instance of this node.
|
Constructor and Description |
---|
ExistingCompartmentDatabaseEntry(String id,
JIPipeProjectCompartment compartment) |
Modifier and Type | Method and Description |
---|---|
JIPipeProjectCompartment |
JIPipeProject.addCompartment(String name)
Adds a new project compartment
|
JIPipeProjectCompartment |
JIPipeProject.findCompartment(String uuidOrAlias)
Finds a compartment by UUID or alias
|
JIPipeProjectCompartment |
JIPipeProject.CompartmentAddedEvent.getCompartment() |
JIPipeProjectCompartment |
JIPipeProject.CompartmentRemovedEvent.getCompartment() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.BiMap<UUID,JIPipeProjectCompartment> |
JIPipeProject.getCompartments() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.connectCompartments(JIPipeProjectCompartment source,
JIPipeProjectCompartment target)
Connects two compartments
|
void |
JIPipeProject.removeCompartment(JIPipeProjectCompartment compartment)
Removes a compartment
|
void |
JIPipeProject.updateCompartmentOutputs(JIPipeProjectCompartment compartment) |
Constructor and Description |
---|
CompartmentAddedEvent(JIPipeProjectCompartment compartment) |
CompartmentRemovedEvent(JIPipeProjectCompartment compartment,
UUID compartmentUUID) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDesktopPipelineGraphEditorUI> |
JIPipeDesktopProjectWorkbench.findOpenPipelineEditorTabs(JIPipeProjectCompartment compartment)
Finds open
JIPipeDesktopPipelineGraphEditorUI tabs |
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopProjectWorkbench.getOrOpenPipelineEditorTab(JIPipeProjectCompartment compartment,
boolean switchToTab)
Opens the graph editor for specified compartment
|
Constructor and Description |
---|
JIPipeDesktopCompartmentGraphEditorResultsPanel(JIPipeDesktopProjectWorkbench workbench,
JIPipeProjectCompartment compartment,
JIPipeDesktopCompartmentsGraphEditorUI graphEditorUI) |
Modifier and Type | Method and Description |
---|---|
static String |
TooltipUtils.getProjectCompartmentTooltip(JIPipeProjectCompartment compartment,
JIPipeGraph projectGraph)
Creates a tooltip for a project compartment
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.