Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaExtension.configureDefaultImageJAdapters(Class<? extends JIPipeData> dataClass,
ImageJDataImporter defaultImporter,
ImageJDataExporter defaultExporter)
Sets the default ImageJ adapters
|
void |
JIPipeDefaultJavaExtension.registerImageJDataImporter(String id,
ImageJDataImporter dataImporter,
Class<? extends ImageJDataImporterUI> importerUIClass)
Registers an importer for data from ImageJ
|
Modifier and Type | Class and Description |
---|---|
class |
DataTableImageJDataImporter
The fallback/default data adapter that can handle any data type.
|
class |
EmptyImageJDataImporter
An importer that does nothing
|
Modifier and Type | Method and Description |
---|---|
ImageJDataImporter |
ImageJDataImportOperation.getImporter() |
Constructor and Description |
---|
ImageJDataImportOperation(ImageJDataImporter importer) |
Modifier and Type | Method and Description |
---|---|
ImageJDataImporter |
JIPipeImageJAdapterRegistry.getDefaultImporterFor(Class<? extends JIPipeData> dataClass)
Gets the default importer for a data class
|
ImageJDataImporter |
JIPipeImageJAdapterRegistry.getImporterById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<ImageJDataImporter> |
JIPipeImageJAdapterRegistry.getAvailableImporters(Class<? extends JIPipeData> dataClass,
boolean includeConvertible)
Returns all importer instances that
|
Modifier and Type | Method and Description |
---|---|
String |
JIPipeImageJAdapterRegistry.getIdOf(ImageJDataImporter importer) |
void |
JIPipeImageJAdapterRegistry.register(String id,
ImageJDataImporter importer,
Class<? extends ImageJDataImporterUI> uiClass)
Registers an importer
|
Modifier and Type | Class and Description |
---|---|
class |
CellposeModelImageJImporter |
class |
CellposeSizeModelImageJImporter |
Modifier and Type | Class and Description |
---|---|
class |
CLIJ2DataFromImageWindowImageJImporter |
Modifier and Type | Class and Description |
---|---|
class |
PathDataFromTableImageJImporter |
Modifier and Type | Class and Description |
---|---|
class |
IJ2DataFromImageWindowImageJImporter |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusDataFromImageWindowImageJImporter |
class |
OMEImageFromImageWindowImageJImporter |
class |
RoiManagerImageJImporter |
Modifier and Type | Method and Description |
---|---|
ImageJDataImporter |
ImageJDataImportOperationRef.getInstance() |
ImageJDataImporter |
ImageJDataImporterRef.getInstance() |
Constructor and Description |
---|
ImageJDataImporterRef(ImageJDataImporter importer) |
ImageJDataImportOperationRef(ImageJDataImporter importer) |
Modifier and Type | Class and Description |
---|---|
class |
ResultsTableDataImageJImporter |
Modifier and Type | Method and Description |
---|---|
protected String |
ImageJDataImporterPicker.getSearchString(ImageJDataImporter item) |
Modifier and Type | Method and Description |
---|---|
Component |
ImageJDataImporterListCellRenderer.getListCellRendererComponent(JList<? extends ImageJDataImporter> list,
ImageJDataImporter value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
ImageJDataImporterListCellRenderer.getListCellRendererComponent(JList<? extends ImageJDataImporter> list,
ImageJDataImporter value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.