public class DefaultDataDisplayOperation extends Object implements JIPipeDesktopDataDisplayOperation
Constructor and Description |
---|
DefaultDataDisplayOperation() |
Modifier and Type | Method and Description |
---|---|
void |
display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source)
Shows the data in the UI
|
String |
getDescription() |
Icon |
getIcon() |
String |
getId() |
String |
getName() |
int |
getOrder() |
boolean |
isIncludeRowInDisplayName()
If true, the information about the row and data annotation is included in the display name
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
display, displayDataAnnotation
public void display(JIPipeData data, String displayName, JIPipeDesktopWorkbench desktopWorkbench, JIPipeDataSource source)
JIPipeDesktopDataDisplayOperation
display
in interface JIPipeDesktopDataDisplayOperation
data
- the datadisplayName
- the display namedesktopWorkbench
- the workbench that issued the commandsource
- optional source of the data. Can by null or any kind of object (e.g. JIPipeDataSlot
)public boolean isIncludeRowInDisplayName()
JIPipeDesktopDataDisplayOperation
isIncludeRowInDisplayName
in interface JIPipeDesktopDataDisplayOperation
public String getId()
getId
in interface JIPipeLegacyDataOperation
public String getName()
getName
in interface JIPipeLegacyDataOperation
public String getDescription()
getDescription
in interface JIPipeLegacyDataOperation
public int getOrder()
getOrder
in interface JIPipeLegacyDataOperation
public Icon getIcon()
getIcon
in interface JIPipeLegacyDataOperation
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.