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