edu.udo.cs.yale.gui.viewer
Class DataViewerTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
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
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
specialAttributes
private Attribute[] specialAttributes
exampleSet
private ExampleSet exampleSet
DataViewerTableModel
public DataViewerTableModel(ExampleSet exampleSet)
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