org.biojava.spice.config
Class DasSourcePanelTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byorg.biojava.spice.config.DasSourcePanelTableModel
All Implemented Interfaces:
Serializable, TableModel

public class DasSourcePanelTableModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
DasSourcePanelTableModel(DasSourceConfigPanel parent_, Object[][] seqdata, String[] columnNames_, SpiceDasSource[] sources)
           
 
Method Summary
 Class getColumnClass(int c)
           
 int getColumnCount()
           
 String getColumnName(int col)
           
 int getRowCount()
           
 SpiceDasSource getServerAt(int rowPosition)
           
 SpiceDasSource[] getServers()
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setValueAt(Object value, int row, int col)
           
 void tableChanged(TableModelEvent e)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DasSourcePanelTableModel

public DasSourcePanelTableModel(DasSourceConfigPanel parent_,
                                Object[][] seqdata,
                                String[] columnNames_,
                                SpiceDasSource[] sources)
Method Detail

getServerAt

public SpiceDasSource getServerAt(int rowPosition)

getServers

public SpiceDasSource[] getServers()

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getColumnName

public String getColumnName(int col)

getValueAt

public Object getValueAt(int row,
                         int col)

getColumnClass

public Class getColumnClass(int c)

isCellEditable

public boolean isCellEditable(int row,
                              int col)

setValueAt

public void setValueAt(Object value,
                       int row,
                       int col)

tableChanged

public void tableChanged(TableModelEvent e)