public class TableModelTrack extends TableModelBase
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
column_names |
protected GenomicViewEvents |
current_view |
protected int |
track_index |
d_temp, int_temp, main_app, str_temp
Constructor and Description |
---|
TableModelTrack(VioletApp app) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames() |
int |
getRowCount() |
Interval |
getRowInterval(int row_index)
Return the interval associated with this row
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
GenomicViewEvents |
getView()
Override to return the view currently associated with this table
|
void |
setGenomicTrack(GenomicViewEvents view,
int track_index) |
binarySearchLastOccurrence, getColumnClass, getColumnCount, getColumnName, getConfidenceFromRowIndex, getMarkerCollectionFromRowIndex, getMarkerFromRowIndex, getMarkerTypeFromRowIndex, getVioletApp
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
protected GenomicViewEvents current_view
protected int track_index
protected java.lang.String[] column_names
public TableModelTrack(VioletApp app)
public void setGenomicTrack(GenomicViewEvents view, int track_index)
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public int getRowCount()
public java.lang.String[] getColumnNames()
getColumnNames
in class TableModelBase
public GenomicViewEvents getView()
TableModelBase
getView
in class TableModelBase
public Interval getRowInterval(int row_index)
getRowInterval
in class TableModelBase
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.