Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaPlugin.registerDatatype(String id,
Class<? extends JIPipeData> dataClass,
URL icon,
Class<? extends JIPipeDesktopResultDataSlotRowUI> rowUI,
Class<? extends JIPipeDesktopResultDataSlotPreview> cellUI,
JIPipeLegacyDataOperation... operations)
Registers a new data type
|
void |
JIPipeDefaultJavaPlugin.registerDatatype(String id,
Class<? extends JIPipeData> dataClass,
URL icon,
JIPipeLegacyDataOperation... operations)
Registers a new data type
|
void |
JIPipeDefaultJavaPlugin.registerDatatypeOperation(String dataTypeId,
JIPipeLegacyDataOperation... operations)
Shortcut for registering import and display operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeLegacyDataImportOperation
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
JIPipeLegacyDataImportOperation that wraps around a JIPipeDesktopDataDisplayOperation |
Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeDesktopDataDisplayOperation
An operation that is executed on showing existing data located in memory/cache.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
CopyPathDataDisplayOperation |
class |
OpenPathDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
AddROI3DToManagerDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
ShowTrackSchemeDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
AddToROIManagerDataDisplayOperation |
class |
OpenInImageJ3DViewerDataDisplayOperation |
class |
OpenInImageJDataDisplayOperation |
class |
OpenInNapariDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
ImportImageJPathDataDisplayOperation |
Modifier and Type | Field and Description |
---|---|
static JIPipeLegacyDataOperation[] |
PlotsPlugin.STANDARD_DATA_OPERATIONS |
Modifier and Type | Class and Description |
---|---|
class |
OpenPlotInJIPipeDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
CacheAwareOpenResultsTableInJIPipeDataDisplayOperation |
class |
OpenResultsTableInImageJDataDisplayOperation |
class |
OpenResultsTableInJIPipeTabDataDisplayOperation |
Modifier and Type | Class and Description |
---|---|
class |
ImportJIPipeProjectDataDisplayOperation |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.