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> |
JIPipeLocalProjectMemoryCache.query(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeProgressInfo progressInfo) |
Map<String,JIPipeDataTable> |
JIPipeCache.query(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeLocalProjectMemoryCache.store(JIPipeGraphNode graphNode,
UUID nodeUUID,
JIPipeDataTable data,
String outputName,
JIPipeProgressInfo progressInfo) |
void |
JIPipeCache.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 |
JIPipeDataTableDataSource.getDataTable()
The data slot where the data is sourced
|
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
JIPipeDataSlot 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.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
|
Constructor and Description |
---|
JIPipeDataTable(JIPipeDataTable other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
JIPipeDataTableDataSource(JIPipeDataTable dataTable,
int row) |
JIPipeDataTableDataSource(JIPipeDataTable dataTable,
int row,
String dataAnnotation) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
CellposeSizeModelImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
CellposeModelImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
CellposeSizeModelImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
CellposeModelImageJExporter.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 |
---|---|
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 |
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 |
OMEImageFromImageWindowImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
ImagePlusDataFromImageWindowImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
JIPipeDataTable |
RoiManagerImageJImporter.importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
ImagePlusDataToImageWindowImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
RoiManagerImageJExporter.exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo) |
List<Object> |
OMEImageToImageWindowImageJExporter.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 |
---|---|
JIPipeDataTable |
DataBatchAssistantTableModel.getDataTable() |
JIPipeDataTable |
DataBatchAssistantDataTableUI.getDataTable() |
Modifier and Type | Method and Description |
---|---|
void |
DataBatchAssistantDataTableUI.setDataTable(JIPipeDataTable dataTable) |
Constructor and Description |
---|
DataBatchAssistantDataTableUI(JIPipeWorkbench workbenchUI,
JIPipeDataTable dataTable) |
DataBatchAssistantTableModel(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 |
JIPipeDataTableRowUI.getDataTable() |
Constructor and Description |
---|
JIPipeDataTableRowUI(JIPipeWorkbench workbench,
Store<JIPipeDataTable> dataTableStore,
int row)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeDataTableToZIPExporterRun.getDataTable() |
Modifier and Type | Method and Description |
---|---|
List<? extends JIPipeDataTable> |
JIPipeDataTableToFilesByMetadataExporterRun.getDataTables() |
List<? extends JIPipeDataTable> |
JIPipeDataTableToOutputExporterRun.getDataTables() |
Constructor and Description |
---|
JIPipeDataTableToZIPExporterRun(JIPipeWorkbench workbench,
Path outputZipFile,
JIPipeDataTable dataTable) |
Constructor and Description |
---|
JIPipeDataTableToFilesByMetadataExporterRun(JIPipeWorkbench workbench,
List<? extends JIPipeDataTable> dataTables,
boolean splitBySlot) |
JIPipeDataTableToOutputExporterRun(JIPipeWorkbench workbench,
Path outputPath,
List<? extends JIPipeDataTable> dataTables,
boolean splitBySlot,
boolean clearDirectory) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataTable |
JIPipeExtendedDataTableModel.getDataTable() |
JIPipeDataTable |
JIPipeExtendedDataTableUI.getDataTable() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataTable> |
JIPipeExtendedMultiDataTableModel.getSlotList() |
Store<JIPipeDataTable> |
JIPipeExtendedMultiDataTableModel.getSlotStore(int row)
Gets the slot that defined the specified row
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExtendedMultiDataTableModel.add(JIPipeProject project,
Store<JIPipeDataTable> dataTableStore)
Adds an
JIPipeDataTableMetadata |
void |
JIPipeExtendedDataTableUI.setDataTable(Store<JIPipeDataTable> dataTableStore) |
Constructor and Description |
---|
JIPipeExtendedDataTableModel(JTable table,
Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
JIPipeExtendedDataTableUI(JIPipeWorkbench workbenchUI,
Store<JIPipeDataTable> dataTableStore,
boolean updateWithCache) |
JIPipeExtendedMultiDataTableUI(JIPipeWorkbench workbenchUI,
List<Store<JIPipeDataTable>> dataTableStores,
boolean withCompartmentAndAlgorithm) |
WrapperColumnHeaderRenderer(Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
static String |
TooltipUtils.getDataTableTooltip(JIPipeDataTable dataTable)
Creates a tooltip for an
JIPipeDataSlot |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.