Modifier and Type | Method and Description |
---|---|
String |
JIPipeDataByMetadataExporter.generateName(JIPipeDataTable dataTable,
int row,
Set<String> existingMetadata)
Generates a unique string based on metadata for the selected row
|
Path |
JIPipeDataByMetadataExporter.generatePath(JIPipeDataTable dataTable,
int row,
Set<String> existingMetadata)
Generates a unique path based on metadata for the selected row
|
void |
JIPipeDataByMetadataExporter.writeToFolder(JIPipeDataTable dataTable,
int row,
Path outputPath,
JIPipeProgressInfo progressInfo)
Writes data to the specified folder
|
void |
JIPipeDataByMetadataExporter.writeToFolder(JIPipeDataTable dataTable,
int row,
Path outputPath,
JIPipeProgressInfo progressInfo,
Set<String> existingMetadata)
Writes data to the specified folder
|
void |
JIPipeDataByMetadataExporter.writeToFolder(JIPipeDataTable dataTable,
Path outputPath,
JIPipeProgressInfo progressInfo)
Writes data to the specified folder
|
void |
JIPipeDataByMetadataExporter.writeToFolder(JIPipeDataTable dataTable,
Path outputPath,
JIPipeProgressInfo progressInfo,
Set<String> existingMetadata)
Writes data to the specified folder
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataByMetadataExporter.writeToFolder(List<? extends JIPipeDataTable> dataTableList,
Path outputPath,
JIPipeProgressInfo progressInfo)
Writes data to the specified folder
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeCache.StoredEvent.getData() |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeDataTable> |
JIPipeCache.query(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeProgressInfo progressInfo) |
Map<String,JIPipeDataTable> |
JIPipeLocalProjectMemoryCache.query(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCache.store(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeDataTable data,
String outputName,
JIPipeProgressInfo progressInfo) |
void |
JIPipeLocalProjectMemoryCache.store(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeDataTable data,
String outputName,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
StoredEvent(JIPipeCache cache,
UUID nodeUUID,
JIPipeDataTable data,
String outputName) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
ImageJDataImportOperation.apply(List<Object> objects,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
ImageJDataImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo)
Imports JIPipe data from ImageJ
|
JIPipeDataTable |
EmptyImageJDataImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
DataTableImageJDataImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
ImageJDataExportOperation.apply(JIPipeDataTable dataTable,
JIPipeProgressInfo progressInfo) |
List<Object> |
EmptyImageJDataExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
ImageJDataExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo)
Converts a JIPipe data type to its corresponding ImageJ data type
|
List<Object> |
DataTableImageJDataExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters properties,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDataSlot
A data slot holds an
JIPipeData instance. |
class |
JIPipeInputDataSlot |
class |
JIPipeOutputDataSlot |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDataTable.filter(BiPredicate<JIPipeDataTable,Integer> predicate)
Creates a new instance that contains the filtered items.
|
JIPipeDataTable |
JIPipeDataDisplayWrapperImportOperation.ImportDataRun.getOutputTable() |
static JIPipeDataTable |
JIPipeDataTable.importData(JIPipeReadDataStorage storage,
JIPipeProgressInfo progressInfo)
Imports this data from the path
|
JIPipeDataTable |
JIPipeDataTable.slice(Collection<Integer> rows)
Creates a new instance that contains only the selected rows.
|
JIPipeDataTable |
JIPipeDataTable.toWeakCopy()
Creates a copy of this data table that contains only
JIPipeWeakDataReferenceData data and data annotations
(If any data is already weak, it is left as-is) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataTable.addData(JIPipeDataTable sourceSlot,
JIPipeProgressInfo progressInfo)
Deprecated.
use addDataFromSlot
|
void |
JIPipeDataTable.addDataFromSlot(JIPipeDataTable sourceSlot,
JIPipeProgressInfo progressInfo)
Copies the source slot into this slot.
|
void |
JIPipeDataTable.addDataFromTable(JIPipeDataTable table,
JIPipeProgressInfo progressInfo)
Merges the data from the source table into the current one
|
void |
JIPipeDataTable.addFromTable(JIPipeDataTable table,
JIPipeProgressInfo progressInfo)
Deprecated.
use addDataFromTable instead
|
void |
JIPipeDataDisplayWrapperImportOperation.ImportDataRun.setOutputTable(JIPipeDataTable outputTable) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDataTable.filter(BiPredicate<JIPipeDataTable,Integer> predicate)
Creates a new instance that contains the filtered items.
|
Constructor and Description |
---|
JIPipeDataTable(JIPipeDataTable other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeLocalDataTableBrowser.getLocalDataTable() |
Modifier and Type | Method and Description |
---|---|
Future<JIPipeDataTable> |
JIPipeDataTableBrowser.getDataTable(JIPipeProgressInfo progressInfo)
Gets the whole data table
|
Future<JIPipeDataTable> |
JIPipeLocalDataTableBrowser.getDataTable(JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
JIPipeLocalDataTableBrowser(JIPipeDataTable dataTable) |
Constructor and Description |
---|
JIPipeDataTableInfo(JIPipeDataTable dataTable)
Converts the data table info an info instance
|
JIPipeDataTableRowInfo(JIPipeDataTable dataTable,
int row)
Creates a new instance from an existing row
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDataTableDataSource.getDataTable()
The data slot where the data is sourced
|
JIPipeDataTable |
JIPipeWeakDataTableDataSource.getDataTable()
The data slot where the data is sourced
|
Constructor and Description |
---|
JIPipeCachedDataSlotDataSource(JIPipeDataTable dataTable,
int row,
String dataAnnotation,
UUID nodeUUID,
String slotName) |
JIPipeCachedDataSlotDataSource(JIPipeDataTable dataTable,
int row,
UUID nodeUUID,
String slotName) |
JIPipeDataTableDataSource(JIPipeDataTable dataTable,
int row) |
JIPipeDataTableDataSource(JIPipeDataTable dataTable,
int row,
String dataAnnotation) |
JIPipeWeakDataTableDataSource(JIPipeDataTable dataTable,
int row) |
JIPipeWeakDataTableDataSource(JIPipeDataTable dataTable,
int row,
String dataAnnotation) |
Modifier and Type | Method and Description |
---|---|
default void |
JIPipeDesktopDataDisplayOperation.display(JIPipeDataTable dataTable,
int row,
JIPipeDesktopWorkbench desktopWorkbench,
boolean saveAsDefault)
Applies the operation on a data table
|
default void |
JIPipeDesktopDataDisplayOperation.displayDataAnnotation(JIPipeDataTable dataTable,
int row,
JIPipeDataAnnotation dataAnnotation,
JIPipeDesktopWorkbench desktopWorkbench)
Applies the operation on a data table
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDesktopDataBatchAssistantDataTableUI.getDataTable() |
JIPipeDataTable |
JIPipeDesktopDataBatchAssistantTableModel.getDataTable() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,Store<JIPipeDataTable>> |
JIPipeDesktopDataBatchAssistantUI.getCurrentCache() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDataBatchAssistantDataTableUI.setDataTable(JIPipeDataTable dataTable) |
void |
JIPipeDesktopDataBatchAssistantBatchPanel.setDataTable(JIPipeDataTable dataTable) |
Constructor and Description |
---|
JIPipeDesktopDataBatchAssistantDataTableUI(JIPipeDesktopWorkbench workbenchUI,
JIPipeDataTable dataTable) |
JIPipeDesktopDataBatchAssistantTableModel(JTable table,
JIPipeDataTable dataTable)
Creates a new instance
|
Constructor and Description |
---|
WrapperColumnHeaderRenderer(Store<JIPipeDataTable> dataTable)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDesktopDataTableRowDisplayUtil.getDataTable() |
Constructor and Description |
---|
JIPipeDesktopDataTableRowDisplayUtil(JIPipeDesktopWorkbench workbench,
Store<JIPipeDataTable> dataTableStore,
int row)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDesktopDataTableToZIPExporterRun.getDataTable() |
Modifier and Type | Method and Description |
---|---|
List<? extends JIPipeDataTable> |
JIPipeDesktopDataTableToOutputExporterRun.getDataTables() |
List<? extends JIPipeDataTable> |
JIPipeDesktopDataTableToFilesByMetadataExporterRun.getDataTables() |
Constructor and Description |
---|
JIPipeDesktopDataTableToZIPExporterRun(JIPipeDesktopWorkbench workbench,
Path outputZipFile,
JIPipeDataTable dataTable) |
Constructor and Description |
---|
JIPipeDesktopDataTableToFilesByMetadataExporterRun(JIPipeDesktopWorkbench workbench,
List<? extends JIPipeDataTable> dataTables,
boolean splitBySlot) |
JIPipeDesktopDataTableToOutputExporterRun(JIPipeDesktopWorkbench workbench,
Path outputPath,
List<? extends JIPipeDataTable> dataTables,
boolean splitBySlot,
boolean clearDirectory) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDesktopExtendedDataTableModel.getDataTable() |
JIPipeDataTable |
JIPipeDesktopExtendedDataTableUI.getDataTable() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataTable> |
JIPipeDesktopExtendedMultiDataTableModel.getSlotList() |
Store<JIPipeDataTable> |
JIPipeDesktopExtendedMultiDataTableModel.getSlotStore(int row)
Gets the slot that defined the specified row
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopExtendedMultiDataTableModel.add(JIPipeProject project,
Store<JIPipeDataTable> dataTableStore)
Adds an
JIPipeDataTableInfo |
void |
JIPipeDesktopExtendedDataTableUI.setDataTable(Store<JIPipeDataTable> dataTableStore) |
Constructor and Description |
---|
JIPipeDesktopExtendedDataTableModel(JTable table,
Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
JIPipeDesktopExtendedDataTableUI(JIPipeDesktopWorkbench workbenchUI,
Store<JIPipeDataTable> dataTableStore,
boolean updateWithCache,
boolean externalRibbon) |
JIPipeDesktopExtendedMultiDataTableUI(JIPipeDesktopWorkbench workbenchUI,
List<Store<JIPipeDataTable>> dataTableStores,
boolean withCompartmentAndAlgorithm) |
WrapperColumnHeaderRenderer(Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDesktopDataTracerTableModel.getDataTable() |
JIPipeDataTable |
JIPipeDesktopDataTracerDataTableUI.getDataTable() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Map<String,Map<String,JIPipeDataTable>>> |
JIPipeDesktopCollectTraceRun.getResultMap() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDataTracerDataTableUI.setDataTable(Store<JIPipeDataTable> dataTableStore) |
Constructor and Description |
---|
JIPipeDesktopCollectTraceRun(JIPipeDesktopProjectWorkbench workbench,
JIPipeGraphNode targetNode,
String targetSlotName,
UUID targetNodeUUID,
JIPipeDataTable targetTable,
int targetTableRow) |
JIPipeDesktopDataTracerNodeOutputUI(JIPipeDesktopProjectWorkbench workbench,
String nodeUUID,
String outputSlotName,
JIPipeDataTable dataTable,
boolean highlighted) |
JIPipeDesktopDataTracerUI(JIPipeDesktopProjectWorkbench workbench,
JIPipeGraphNode targetNode,
String targetSlotName,
UUID targetNodeUUID,
JIPipeDataTable targetTable,
int targetTableRow) |
Constructor and Description |
---|
JIPipeDesktopDataTracerDataTableUI(JIPipeDesktopWorkbench workbenchUI,
Store<JIPipeDataTable> dataTableStore) |
JIPipeDesktopDataTracerTableModel(JTable table,
Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
WrapperColumnHeaderRenderer(Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
LegacyCellposeSizeModelImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
LegacyCellposeModelImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
LegacyCellposeSizeModelImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
LegacyCellposeModelImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
CLIJ2DataFromImageWindowImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
CLIIJ2DataToImageWindowImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static Map<UUID,Map<String,JIPipeDataTable>> |
JIPipeExpressionVariablesInfo.findPredecessorNodeCache(JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Helper method that attempts to find the underlying graph node of a parameter access and returns its cache if available
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
PathDataFromTableImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
PathDataToTableImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
ROI3DImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
ROI3DImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
IJ2DataFromImageWindowImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
IJ2DataToImageWindowImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
RoiManagerImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
OMEImageFromImageWindowImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
ImagePlusDataFromImageWindowImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
RoiManagerImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
OMEImageToImageWindowImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
ImagePlusDataToImageWindowImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
ResultsTableDataImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
ResultsTableDataImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static String |
TooltipUtils.getDataTableTooltip(JIPipeDataTable dataTable)
Creates a tooltip for an
JIPipeDataSlot |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.