Uses of Class
org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
Packages that use FeatureTableModel
Package
Description
-
Uses of FeatureTableModel in org.gvsig.fmap.mapcontrol.dal.feature.swing
Constructors in org.gvsig.fmap.mapcontrol.dal.feature.swing with parameters of type FeatureTableModelModifierConstructorDescriptionFeatureSelectionModel(FeatureTableModel featureTableModel) Creates a newFeatureSelectionModelwith aFeatureTableModelused to get theFeatures by position in the table.FeatureTable(FeatureTableModel featureTableModel) Creates a new FeatureTable with aFeatureTableModel.FeatureTable(FeatureTableModel featureTableModel, TableColumnModel cm) Creates a new FeatureTable with aFeatureTableModel. -
Uses of FeatureTableModel in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
Subclasses of FeatureTableModel in org.gvsig.fmap.mapcontrol.dal.feature.swing.tableModifier and TypeClassDescriptionclassExtends the FeatureTableModel to add more configurable options, like the visible columns, column name aliases and row order.