edu.udo.cs.yale.gui.viewer
Class DataViewerTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by edu.udo.cs.yale.gui.viewer.DataViewerTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class DataViewerTableModel
extends javax.swing.table.AbstractTableModel

The model for the MetaDataViewerTable.

Version:
$Id: DataViewerTableModel.java,v 1.6 2006/09/29 21:09:37 ingomierswa Exp $
Author:
Ingo Mierswa
See Also:
Serialized Form

Field Summary
private  ExampleSet exampleSet
           
private static long serialVersionUID
           
private  Attribute[] specialAttributes
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
DataViewerTableModel(ExampleSet exampleSet)
           
 
Method Summary
 int getColumnCount()
          Returns the sum of the number of special attributes, the number of regular attributes and 1 for the row no. column.
 java.lang.String getColumnName(int column)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int column)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

specialAttributes

private Attribute[] specialAttributes

exampleSet

private ExampleSet exampleSet
Constructor Detail

DataViewerTableModel

public DataViewerTableModel(ExampleSet exampleSet)
Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()
Returns the sum of the number of special attributes, the number of regular attributes and 1 for the row no. column.


getValueAt

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

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


Copyright © 2001-2006