Class StatisticOverViewTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.openjump.core.apitools.tables.StandardPirolTableModel
org.openjump.core.ui.plugin.tools.statistics.StatisticOverViewTableModel
- All Implemented Interfaces:
Serializable, TableModel
Table model to show a quick, statistical overview for a layer (or selection)
- Version:
- $Rev: 2451 $ modified: [sstein] 16.Feb.2009
- Author:
- Ole Rahn
FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement - See Also:
-
Field Summary
FieldsFields inherited from class StandardPirolTableModel
colNames, rowsFields inherited from class AbstractTableModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddRow(String attrName, AttributeType type, Double minVal, Object mean, Double maxVal, Double deviation, Double sum) getColumnClass(int columnIndex) booleanisCellEditable(int rowIndex, int columnIndex) protected voidMethods inherited from class StandardPirolTableModel
addRow, clearTable, findColumn, getColNames, getColumnCount, getColumnName, getRowCount, getValueAt, setColNames, setValueAt
-
Field Details
-
colClasses
-
features
-
-
Constructor Details
-
StatisticOverViewTableModel
-
-
Method Details
-
setupTable
protected void setupTable() -
addRow
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) - Specified by:
isCellEditablein interfaceTableModel- Specified by:
isCellEditablein classStandardPirolTableModel- Parameters:
rowIndex- row index for cellcolumnIndex- column index for cell- Returns:
- always false, since we just want to show information
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel- Specified by:
getColumnClassin classStandardPirolTableModel
-