public class JIPipeMergedExportedDataTable extends Object implements TableModel
JIPipeDataTableMetadata
Constructor and Description |
---|
JIPipeMergedExportedDataTable() |
Modifier and Type | Method and Description |
---|---|
void |
add(JIPipeProject project,
JIPipeDataSlot dataSlot,
JIPipeDataTableMetadata table)
Adds an
JIPipeDataTableMetadata |
void |
addTableModelListener(TableModelListener l) |
List<JIPipeDataTableMetadata> |
getAddedTables() |
List<String> |
getAnnotationColumns() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
List<String> |
getDataAnnotationColumns() |
int |
getRowCount() |
List<JIPipeDataTableMetadataRow> |
getRowList() |
JIPipeDataSlot |
getSlot(int row)
Gets the slot that defined the specified row
|
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeTableModelListener(TableModelListener l) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
int |
toAnnotationColumnIndex(int columnIndex)
Converts the column index to an annotation column index, or returns -1 if the column is not one
|
int |
toDataAnnotationColumnIndex(int columnIndex)
Converts the column index to a data annotation column index, or returns -1 if the column is not one
|
public void add(JIPipeProject project, JIPipeDataSlot dataSlot, JIPipeDataTableMetadata table)
JIPipeDataTableMetadata
project
- The projectdataSlot
- The data slottable
- The tablepublic int getRowCount()
getRowCount
in interface TableModel
public int getColumnCount()
getColumnCount
in interface TableModel
public int toAnnotationColumnIndex(int columnIndex)
columnIndex
- absolute column indexpublic int toDataAnnotationColumnIndex(int columnIndex)
columnIndex
- absolute column indexpublic String getColumnName(int columnIndex)
getColumnName
in interface TableModel
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
public void addTableModelListener(TableModelListener l)
addTableModelListener
in interface TableModel
public void removeTableModelListener(TableModelListener l)
removeTableModelListener
in interface TableModel
public JIPipeDataSlot getSlot(int row)
row
- Row indexpublic List<JIPipeDataTableMetadataRow> getRowList()
public List<JIPipeDataTableMetadata> getAddedTables()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.