|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractTableModel
FeatureTableModel
public class FeatureTableModel
An implementation of Swing's table model which allows feature tables to be displayed.
Field Summary |
---|
Fields inherited from class AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
FeatureTableModel()
Creates a new instance of feature table model. |
|
FeatureTableModel(FeatureCollection<SimpleFeatureType,SimpleFeature> features)
Creates a new instance of FeatureTableModel based on the feature collection provided. |
Method Summary | |
---|---|
int |
getColumnCount()
The number of columns in the feature table. |
String |
getColumnName(int col)
Gets the name of a specified column. |
int |
getRowCount()
Gets the row count for the featureTable. |
Object |
getValueAt(int row,
int col)
Gets the value stored in a specified cell. |
void |
setFeatureCollection(FeatureCollection<SimpleFeatureType,SimpleFeature> features)
Sets which featureTable to represent |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface TableModel |
---|
addTableModelListener, getColumnClass, isCellEditable, removeTableModelListener, setValueAt |
Constructor Detail |
---|
public FeatureTableModel()
public FeatureTableModel(FeatureCollection<SimpleFeatureType,SimpleFeature> features)
Method Detail |
---|
public void setFeatureCollection(FeatureCollection<SimpleFeatureType,SimpleFeature> features)
features
- The featureTable to represent. This could fire
a Table Structure Changed event.public int getColumnCount()
getColumnCount
in interface TableModel
public int getRowCount()
getRowCount
in interface TableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
col
- the index of the column to get the name of.
col
.public Object getValueAt(int row, int col)
row
=Feature
and col
=Attribute
.
getValueAt
in interface TableModel
row
- the row number.col
- the column number.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |