public interface JIPipeDataTableBrowser extends Closeable, AutoCloseable
Modifier and Type | Interface and Description |
---|---|
static class |
JIPipeDataTableBrowser.UpdatedEvent |
static class |
JIPipeDataTableBrowser.UpdatedEventEmitter |
static interface |
JIPipeDataTableBrowser.UpdatedEventListener |
Modifier and Type | Method and Description |
---|---|
default JIPipeDataBrowser |
browse(int row)
Creates a data browser
|
JIPipeDataBrowser |
browse(int row,
String dataAnnotationColumn)
Creates a data browser (optionally supports a data annotation column)
|
Future<JIPipeDataTable> |
getDataTable(JIPipeProgressInfo progressInfo)
Gets the whole data table
|
Future<JIPipeDataTableInfo> |
getDataTableInfo()
Gets the data table info
|
default JIPipeDataBrowser browse(int row)
row
- the rowJIPipeDataBrowser browse(int row, String dataAnnotationColumn)
row
- the rowdataAnnotationColumn
- the data annotation column (null for no column)Future<JIPipeDataTableInfo> getDataTableInfo()
Future<JIPipeDataTable> getDataTable(JIPipeProgressInfo progressInfo)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.