Package | Description |
---|---|
org.hkijena.jipipe | |
org.hkijena.jipipe.api.registries | |
org.hkijena.jipipe.desktop.app.resultanalysis |
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 |
---|---|
JIPipeDesktopResultDataSlotRowUI |
JIPipeDatatypeRegistry.getUIForResultSlot(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row)
Generates a UI for a result data slot
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDatatypeRegistry.registerResultSlotUI(Class<? extends JIPipeData> klass,
Class<? extends JIPipeDesktopResultDataSlotRowUI> uiClass)
Registers a custom UI for a result data slot
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopDefaultResultDataSlotRowUI
Provides a standard result slot UI that can be also further extended.
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.