public class DataBatchStatusData extends JIPipeSerializedJsonObjectData
Constructor and Description |
---|
DataBatchStatusData() |
DataBatchStatusData(DataBatchStatusData other) |
Modifier and Type | Method and Description |
---|---|
void |
display(String displayName,
JIPipeWorkbench workbench,
JIPipeDataSource source)
This function should display the data in the GUI.
|
JIPipeData |
duplicate(JIPipeProgressInfo progressInfo)
Duplicates the data
|
ResultsTableData |
getPerSlotStatus() |
String |
getStatusMessage() |
static DataBatchStatusData |
importData(JIPipeReadDataStorage storage,
JIPipeProgressInfo progressInfo) |
boolean |
isStatusValid() |
Component |
preview(int width,
int height)
This function generates a preview component for usage within the GUI
Can return null
|
void |
setPerSlotStatus(ResultsTableData perSlotStatus) |
void |
setStatusMessage(String statusMessage) |
void |
setStatusValid(boolean statusValid) |
exportData, importData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, exportThumbnails, getDescriptionOf, getMenuPathOf, getNameOf, getSortedList, getStorageDocumentation, getStorageSchema, groupByMenuPath, isCommon, isHeavy, isHidden, toDetailedString
public DataBatchStatusData()
public DataBatchStatusData(DataBatchStatusData other)
public static DataBatchStatusData importData(JIPipeReadDataStorage storage, JIPipeProgressInfo progressInfo)
public JIPipeData duplicate(JIPipeProgressInfo progressInfo)
JIPipeData
duplicate
in interface JIPipeData
duplicate
in class JIPipeSerializedJsonObjectData
progressInfo
- the progress of duplicating the datapublic Component preview(int width, int height)
JIPipeData
width
- the target widthheight
- the target heightpublic void display(String displayName, JIPipeWorkbench workbench, JIPipeDataSource source)
JIPipeData
JIPipeDataDisplayOperation
that can be registered separately.
This item will always be shown as "Default" in the list of operations.displayName
- a name that can be usedworkbench
- the workbenchsource
- optional source of the data. Can be null or any kind of data type (e.g. JIPipeDataSlot
)public ResultsTableData getPerSlotStatus()
public void setPerSlotStatus(ResultsTableData perSlotStatus)
public boolean isStatusValid()
public void setStatusValid(boolean statusValid)
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.