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
|
Modifier and Type | Method and Description |
---|---|
JIPipeResultDataSlotPreview |
JIPipeDatatypeRegistry.getCellRendererFor(JIPipeProjectWorkbench workbench,
JTable table,
JIPipeDataSlot slot,
JIPipeDataTableMetadataRow row,
JIPipeExportedDataAnnotation dataAnnotation)
Returns a cell renderer for dataslot result table
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDatatypeRegistry.registerResultTableCellUI(Class<? extends JIPipeData> klass,
Class<? extends JIPipeResultDataSlotPreview> renderer)
Registers a custom renderer for the data displayed in the dataslot result table
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeAsyncResultDataSlotPreview
A
JIPipeResultDataSlotPreview that uses a SwingWorker to load previews in a separate thread. |
class |
JIPipeDefaultResultDataSlotPreview
Renders a
JIPipeDataSlot row as table cell |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.