public interface JIPipeDataDisplayOperation extends JIPipeDataOperation
Modifier and Type | Method and Description |
---|---|
void |
display(JIPipeData data,
String displayName,
JIPipeWorkbench workbench,
JIPipeDataSource source)
Shows the data in the UI
|
getDescription, getIcon, getId, getName, getOrder
void display(JIPipeData data, String displayName, JIPipeWorkbench workbench, JIPipeDataSource source)
data
- the datadisplayName
- the display nameworkbench
- the workbench that issued the commandsource
- optional source of the data. Can by null or any kind of object (e.g. JIPipeDataSlot
)Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.