public class JIPipeLocalDataTableBrowser extends Object implements JIPipeDataTableBrowser
JIPipeDataTableBrowser.UpdatedEvent, JIPipeDataTableBrowser.UpdatedEventEmitter, JIPipeDataTableBrowser.UpdatedEventListener
Constructor and Description |
---|
JIPipeLocalDataTableBrowser(JIPipeDataTable dataTable) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataBrowser |
browse(int row,
String dataAnnotationColumn)
Creates a data browser (optionally supports a data annotation column)
|
void |
close() |
Future<JIPipeDataTable> |
getDataTable(JIPipeProgressInfo progressInfo)
Gets the whole data table
|
Future<JIPipeDataTableInfo> |
getDataTableInfo()
Gets the data table info
|
JIPipeDataTable |
getLocalDataTable() |
JIPipeDataTableInfo |
getLocalDataTableInfo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
browse
public JIPipeLocalDataTableBrowser(JIPipeDataTable dataTable)
public JIPipeDataTable getLocalDataTable()
public JIPipeDataTableInfo getLocalDataTableInfo()
public Future<JIPipeDataTable> getDataTable(JIPipeProgressInfo progressInfo)
JIPipeDataTableBrowser
getDataTable
in interface JIPipeDataTableBrowser
public JIPipeDataBrowser browse(int row, String dataAnnotationColumn)
JIPipeDataTableBrowser
browse
in interface JIPipeDataTableBrowser
row
- the rowdataAnnotationColumn
- the data annotation column (null for no column)public Future<JIPipeDataTableInfo> getDataTableInfo()
JIPipeDataTableBrowser
getDataTableInfo
in interface JIPipeDataTableBrowser
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.