25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
/** |
/** |
31 |
Copyright 2008 Stefan Alfons Krüger |
Copyright 2008 Stefan Alfons Tzeggai |
32 |
|
|
33 |
atlas-framework - This file is part of the Atlas Framework |
atlas-framework - This file is part of the Atlas Framework |
34 |
|
|
52 |
import javax.swing.event.ListSelectionListener; |
import javax.swing.event.ListSelectionListener; |
53 |
import javax.swing.table.TableModel; |
import javax.swing.table.TableModel; |
54 |
|
|
55 |
import org.geotools.feature.SimpleFeature; |
import org.opengis.feature.simple.SimpleFeature; |
56 |
|
|
57 |
import schmitzm.geotools.gui.FeatureCollectionTableModel; |
import schmitzm.geotools.gui.FeatureCollectionTableModel; |
58 |
import schmitzm.swing.table.PipedTableModel; |
import schmitzm.swing.table.PipedTableModel; |