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
|
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopResultDataSlotPreview |
JIPipeDatatypeRegistry.getCellRendererFor(JIPipeDesktopProjectWorkbench workbench,
JTable table,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Returns a cell renderer for dataslot result table
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDatatypeRegistry.registerResultTableCellUI(Class<? extends JIPipeData> klass,
Class<? extends JIPipeDesktopResultDataSlotPreview> renderer)
Registers a custom renderer for the data displayed in the dataslot result table
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopAsyncResultDataSlotPreview
A
JIPipeDesktopResultDataSlotPreview that uses a SwingWorker to load previews in a separate thread. |
class |
JIPipeDesktopDefaultResultDataSlotPreview
Renders a
JIPipeDataSlot row as table cell |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemDataSlotPreview
Renders filesystem data as table cell
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDataPreview |
class |
OMEImageDataPreview |
class |
ROIDataPreview |
Modifier and Type | Class and Description |
---|---|
class |
PlotDataSlotPreview
Renders a plot data as table cell
|
Modifier and Type | Class and Description |
---|---|
class |
ResultsTableDataPreview |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.