edu.indiana.iucbrf.feature
Class AbstractFeatureCollection.FeatureCollectionTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by edu.indiana.iucbrf.feature.AbstractFeatureCollection.FeatureCollectionTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
AbstractFeatureCollection

public class AbstractFeatureCollection.FeatureCollectionTableModel
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
AbstractFeatureCollection.FeatureCollectionTableModel(java.util.Iterator entryIter, int numFeatures, Domain domain)
           
 
Method Summary
 int getColumnCount()
           
 java.lang.Object[] getRow(int row)
          This method is not in the TableModel interface.
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 void setCellSizes(javax.swing.JTable table)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, 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

AbstractFeatureCollection.FeatureCollectionTableModel

public AbstractFeatureCollection.FeatureCollectionTableModel(java.util.Iterator entryIter,
                                                             int numFeatures,
                                                             Domain domain)
Method Detail

getValueAt

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

getRow

public java.lang.Object[] getRow(int row)
This method is not in the TableModel interface.


getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

setCellSizes

public void setCellSizes(javax.swing.JTable table)