Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeNotificationInbox notifications)
Loads a project
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads the project from JSON
|
JIPipeProject |
JIPipeProjectTemplate.loadAsProject(JIPipeIssueReport issueReport,
JIPipeNotificationInbox inbox)
Loads the project
|
static JIPipeProjectRun |
JIPipeProjectRun.loadFromFolder(Path folder,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a JIPipeProjectRun from a folder
|
static JIPipeProject |
JIPipeProject.loadProject(Path fileName,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a project from a file
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphNode.fromJson(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Loads this algorithm from JSON
Please do not override this method if absolutely necessary.
|
void |
JIPipeGraph.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Loads this graph from JSON
|
static <T extends JIPipeGraphNode> |
JIPipeGraphNode.fromJsonNode(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
void |
JIPipeGraph.nodesFromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
JIPipeGraphNode.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Override this method to add operations to be run after deserialization from JSON
|
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeNotificationInbox.PushedEvent.getInbox() |
JIPipeNotificationInbox |
JIPipeNotificationInbox.DismissedEvent.getInbox() |
JIPipeNotificationInbox |
JIPipeNotificationInbox.UpdatedEvent.getInbox() |
JIPipeNotificationInbox |
JIPipeNotification.getInbox() |
static JIPipeNotificationInbox |
JIPipeNotificationInbox.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeNotificationInbox.connectDismissTo(JIPipeNotificationInbox inbox)
Connects all dismisses in this notification inbox to another notification inbox
|
void |
JIPipeNotification.setInbox(JIPipeNotificationInbox inbox) |
Constructor and Description |
---|
DismissedEvent(JIPipeNotificationInbox inbox,
JIPipeNotification notification) |
PushedEvent(JIPipeNotificationInbox inbox,
JIPipeNotification notification) |
UpdatedEvent(JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
static void |
CellposeExtension.createMissingPythonNotificationIfNeeded(JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeTrainingAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
CellposeAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeTrainingAlgorithm_Old.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Deprecated.
|
protected void |
CellposeAlgorithm_Old.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
OmniposeExtension.createMissingPythonNotificationIfNeeded(JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
protected void |
OmniposeAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
OmniposeTrainingAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
Modifier and Type | Method and Description |
---|---|
static void |
PythonExtension.createMissingPythonNotificationIfNeeded(JIPipeNotificationInbox inbox) |
static void |
PythonExtension.createOldLibJIPipePythonNotificationIfNeeded(JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
protected void |
PythonScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
IteratingPythonScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
MergingPythonScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
Modifier and Type | Method and Description |
---|---|
static void |
RExtension.createMissingRNotificationIfNeeded(JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
protected void |
ImportRDatasetAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
MergingRScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
IteratingRScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeDummyWorkbench.getNotificationInbox() |
JIPipeNotificationInbox |
JIPipeProjectWorkbench.getNotificationInbox() |
JIPipeNotificationInbox |
JIPipeJsonExtensionWorkbench.getNotificationInbox() |
JIPipeNotificationInbox |
JIPipeWorkbench.getNotificationInbox()
Allows to send notifications on a workbench-level
|
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
RunSingleAlgorithmWindow.getNotificationInbox() |
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
MissingRegistrationUpdateSiteResolver.getNotificationInbox() |
Constructor and Description |
---|
GenericNotificationInboxUI(JIPipeWorkbench workbench,
JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
static void |
UIUtils.openNotificationsDialog(JIPipeWorkbench workbench,
Component parent,
JIPipeNotificationInbox notifications,
String title,
String infoText,
boolean autoClose) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.