Package qmwi.kseg.som.diagram
Class TableDataTest
java.lang.Object
javax.swing.table.AbstractTableModel
qmwi.kseg.som.diagram.TableDataTest
- All Implemented Interfaces:
Serializable
,TableModel
public class TableDataTest extends AbstractTableModel
Insert the type's description here. Creation date: (09.12.2001 22:54:36)
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TableDataTest()
LeftWindowTableData constructor comment.TableDataTest(DataSet dataSetTemp)
Insert the method's description here. -
Method Summary
Modifier and Type Method Description int
getColumnCount()
getColumnCount method comment.String
getColumnName(int c)
Insert the method's description here.int
getRowCount()
getRowCount method comment.Object
getValueAt(int row, int column)
getValueAt method comment.Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
-
Constructor Details
-
TableDataTest
public TableDataTest()LeftWindowTableData constructor comment. -
TableDataTest
Insert the method's description here. Creation date: (12.12.2001 15:03:23)- Parameters:
dataSet
- quantitative.klukas.DataSet
-
-
Method Details
-
getColumnCount
public int getColumnCount()getColumnCount method comment. -
getColumnName
Insert the method's description here. Creation date: (12.12.2001 15:06:52)- Specified by:
getColumnName
in interfaceTableModel
- Overrides:
getColumnName
in classAbstractTableModel
- Parameters:
c
- int
-
getRowCount
public int getRowCount()getRowCount method comment. -
getValueAt
getValueAt method comment.
-