public class JIPipeDataDisplayWrapperImportOperation extends Object implements JIPipeLegacyDataImportOperation
JIPipeLegacyDataImportOperation
that wraps around a JIPipeDesktopDataDisplayOperation
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDataDisplayWrapperImportOperation.ImportDataRun |
Constructor and Description |
---|
JIPipeDataDisplayWrapperImportOperation(JIPipeDesktopDataDisplayOperation displayOperation) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
JIPipeDesktopDataDisplayOperation |
getDisplayOperation() |
Icon |
getIcon() |
String |
getId() |
String |
getName() |
int |
getOrder() |
JIPipeData |
show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo)
Imports the data and shows it
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canShow
public JIPipeDataDisplayWrapperImportOperation(JIPipeDesktopDataDisplayOperation displayOperation)
public JIPipeDesktopDataDisplayOperation getDisplayOperation()
public JIPipeData show(JIPipeDataSlot slot, JIPipeDataTableRowInfo row, String dataAnnotationName, Path rowStorageFolder, String compartmentName, String algorithmName, String displayName, JIPipeDesktopWorkbench workbench, JIPipeProgressInfo progressInfo)
JIPipeLegacyDataImportOperation
show
in interface JIPipeLegacyDataImportOperation
slot
- the slot that is associated to the data. please note that the slot does not contain any binary data. it allows you to access the algorithm and graph.row
- the row in the output tabledataAnnotationName
- Optional name of the data annotation that is referenced instead of the main data. Can be null, in which case the main data is referenced.rowStorageFolder
- the folder the row is storing the data. For data annotations, this is the row storage folder of the data annotation.compartmentName
- the name of the compartment that generated the dataalgorithmName
- the name of the algorithm that generated the datadisplayName
- a unique identifier for the slotworkbench
- the workbench that issued the commandprogressInfo
- the JIPipeProgressInfo
public String getId()
getId
in interface JIPipeLegacyDataOperation
public String getName()
getName
in interface JIPipeLegacyDataOperation
public String getDescription()
getDescription
in interface JIPipeLegacyDataOperation
public int getOrder()
getOrder
in interface JIPipeLegacyDataOperation
public Icon getIcon()
getIcon
in interface JIPipeLegacyDataOperation
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.