apollo.gui
Class SeqSelectorTable.SequenceMatchModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by apollo.gui.SeqSelectorTable.SequenceMatchModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
SeqSelectorTable

protected class SeqSelectorTable.SequenceMatchModel
extends javax.swing.table.AbstractTableModel

This is the TableModel for the table Takes a Vector of SequenceMatch in setData. Each SequenceMatch represents a row

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
protected SeqSelectorTable.SequenceMatchModel()
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int column)
           
protected  void setColumns(java.util.Vector columns)
           
protected  void setData(java.util.Vector data)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqSelectorTable.SequenceMatchModel

protected SeqSelectorTable.SequenceMatchModel()
Method Detail

setData

protected void setData(java.util.Vector data)

setColumns

protected void setColumns(java.util.Vector columns)

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getColumnName

public java.lang.String getColumnName(int column)
Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel

getValueAt

public java.lang.Object getValueAt(int row,
                                   int column)