Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaExtension.registerDatatype(String id,
Class<? extends JIPipeData> dataClass,
URL icon,
Class<? extends JIPipeResultDataSlotRowUI> rowUI,
Class<? extends JIPipeResultDataSlotPreview> cellUI,
JIPipeDataOperation... operations)
Registers a new data type
|
void |
JIPipeDefaultJavaExtension.registerDatatype(String id,
Class<? extends JIPipeData> dataClass,
URL icon,
JIPipeDataOperation... operations)
Registers a new data type
|
void |
JIPipeDefaultJavaExtension.registerDatatypeOperation(String dataTypeId,
JIPipeDataOperation... operations)
Shortcut for registering import and display operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeDataDisplayOperation
An operation that is executed on showing existing data located in memory/cache.
|
interface |
JIPipeDataImportOperation
An operation that is executed on showing existing data located in memory/cache
The operations must be registered and will appear if the developer does not override the default importer row UI.
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDataDisplayWrapperImportOperation
A
JIPipeDataImportOperation that wraps around a JIPipeDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
CopyContainingFolderDataImportOperation
Import operation that copies the containing folder path into the clipboard.
|
class |
DefaultDataDisplayOperation |
class |
OpenContainingFolderDataImportOperation
Import operation that opens the containing folder.
|
class |
OpenInNativeApplicationDataImportOperation |
class |
OpenTextInJIPipeDataOperation |
Modifier and Type | Class and Description |
---|---|
class |
CopyPathDataOperation |
class |
OpenPathDataOperation |
Modifier and Type | Class and Description |
---|---|
class |
TrackSchemeDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
AddROIToActiveJIPipeImageViewerDataDisplay |
class |
AddROIToJIPipeImageViewerDataDisplay |
class |
AddToROIManagerDataDisplay |
class |
OpenInImageJDataDisplay |
Modifier and Type | Class and Description |
---|---|
class |
ImportImageJPathDataOperation |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataOperation[] |
PlotsExtension.STANDARD_DATA_OPERATIONS |
Modifier and Type | Class and Description |
---|---|
class |
OpenPlotInJIPipeDataOperation |
Modifier and Type | Class and Description |
---|---|
class |
CacheAwareOpenResultsTableInJIPipeDataOperation |
class |
OpenResultsTableInImageJDataOperation |
class |
OpenResultsTableInJIPipeTabDataOperation |
Modifier and Type | Class and Description |
---|---|
class |
ImportJIPipeProjectDataOperation |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.