/[schmitzm]/branches/2.2.x/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
ViewVC logotype

Log of /branches/2.2.x/src/skrueger/geotools/StyledFeatureCollectionTableModel.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 897 - (view) (annotate) - [select for diffs]
Modified Mon Jun 7 14:14:39 2010 UTC (14 years, 8 months ago) by alfonx
File length: 9369 byte(s)
Diff to previous 862
Das ist 2.2-SNAPSHOT


Revision 862 - (view) (annotate) - [select for diffs]
Modified Sat May 22 01:24:46 2010 UTC (14 years, 9 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9369 byte(s)
Diff to previous 788
* Changed my name from Stefan A. Krüger to Stefan A. Tzeggai


Revision 788 - (view) (annotate) - [select for diffs]
Modified Tue Apr 6 12:18:52 2010 UTC (14 years, 10 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9369 byte(s)
Diff to previous 772


Revision 772 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 14:05:26 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9369 byte(s)
Diff to previous 769
The new Interface AttributeMetadata has been renamed to AttributeMetadataInterface. 


Revision 769 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 11:02:34 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9306 byte(s)
Diff to previous 685
Made an interface and a Abstract class for AttributeMetaData

Revision 685 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 15:04:02 2010 UTC (15 years ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9175 byte(s)
Diff to previous 681
copy RC2 to trunk

Revision 681 - (view) (annotate) - [select for diffs]
Modified Tue Feb 9 22:08:26 2010 UTC (15 years ago) by alfonx
Original Path: branches/2.0-RC2/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9175 byte(s)
Diff to previous 621
* NODATA handling in the attribute table
* NODATA buttons in DesignAtlasChartDialog

Revision 621 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 10:06:05 2010 UTC (15 years, 1 month ago) by alfonx
Original Path: branches/2.0-RC2/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 8698 byte(s)
Diff to previous 607
2.0-RC2 ist für die weiterentwicklung und soll bald in den trunk mergen

Revision 607 - (view) (annotate) - [select for diffs]
Modified Wed Dec 9 15:13:42 2009 UTC (15 years, 2 months ago) by alfonx
Original Path: branches/2.0-RC1/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 8698 byte(s)
Diff to previous 604
Keine Ahnung was er da gebrancht hat.. der stand der dateien war weder trunk, noch der 1.0-gt26 branch... ich hab die dateien jetzt händisch auf den richtigen stand gebracht und comitte


Revision 604 - (view) (annotate) - [select for diffs]
Modified Wed Dec 9 14:15:53 2009 UTC (15 years, 2 months ago) by alfonx
Original Path: branches/2.0-RC1/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9282 byte(s)
Diff to previous 534
2.0-RC1 branch ist für GP1.3 bugfixes...  1.0-gt2-2.6  ist der entwicklungs brnach 

Revision 534 - (view) (annotate) - [select for diffs]
Modified Fri Nov 20 10:28:01 2009 UTC (15 years, 3 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9282 byte(s)
Diff to previous 490
* Added more documentation to AttributeMetadataMap
* Changed StyledFeatureCollectionTableModel to show the columns in the order that is defined in the AttributeMetaData.


Revision 490 - (view) (annotate) - [select for diffs]
Modified Fri Oct 23 12:35:59 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 6626 byte(s)
Diff to previous 464
setRelWindowPosition auf Component umgestellt


Revision 464 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 13:22:31 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 6425 byte(s)
Diff to previous 428
* Changed AttributeMetadata and AttributeMetadataMap. It's not based on the attributes colIdx any more, but on the geotools.feature.type.Name. All the XML read/write methods have been adapted. 
This change was needed, as some users tend to change the DBF structure after the shapefile has been imported. Now columns can be moved, inserted and deleted. Just click "reload atlas" in Geopublisher after you changed the table schema. Geopublisher doesn't have to be closed.

Revision 428 - (view) (annotate) - [select for diffs]
Modified Sun Oct 4 14:28:07 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 7555 byte(s)
Diff to previous 341
* Changed the constructor of AttributetableDialog to be more standard
* StyledFeatureCollectionTableModel now uses the Filter from StyledFeaturesInterface
* Created a test case for AttributeTableJDialog

Revision 341 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 10:16:40 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10314 byte(s)
Diff to previous 335
Migrating to GT2.6... only 46 compile errors left...

Revision 335 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 18:09:39 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10359 byte(s)
Diff to previous 332
Migrating to GT2.6...

Revision 332 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 17:15:49 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10140 byte(s)
Diff to previous 315
* Replaced every occurrance of AttributeType with AttributeDescriptor
 - I think it saves a lot of typing...

Revision 315 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 11:03:27 2009 UTC (15 years, 6 months ago) by mojays
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10124 byte(s)
Diff to previous 256
Branch created from SCHMITZM 1.0 (rev 313) to switch to gt2-2.6.x.

Revision 256 - (view) (annotate) - [select for diffs]
Modified Fri Jul 31 14:43:47 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10124 byte(s)
Diff to previous 244
* Updated the license headers
* chart action going on...

Revision 244 - (view) (annotate) - [select for diffs]
Modified Wed Jul 29 09:33:33 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10125 byte(s)
Diff to previous 225
* Updated all .java and .properties headers with a recent LGPL 3.0 and a link to the project webpage.

Revision 225 - (view) (annotate) - [select for diffs]
Modified Wed Jul 15 08:05:22 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10630 byte(s)
Diff to previous 224
* Just renamed a bunch of 
> StyledLayerInterface styledMap;
variables to
> StyledLayerInterface styledLayer;

Revision 224 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 15:57:19 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10620 byte(s)
Diff to previous 168
* big biG BIG refactoring: StyledMap[Interface,Util,Style] never dealt with Maps (=Orchestrations of layers), but always only with single Layers. Now it has been refactored to StyledLayer[Interface,Util,Style]. 
* Some variable names and methodNames have been corrected also, but many will still be missing.
* New JARs committed

Revision 168 - (view) (annotate) - [select for diffs]
Modified Sun Jun 28 17:57:38 2009 UTC (15 years, 8 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 10560 byte(s)
Diff to previous 145
* Comitting new GT jars, because i had to resign them.
gt2-xml and gt2-wfs are now part of the game.

Revision 145 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 00:28:28 2009 UTC (15 years, 8 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9935 byte(s)
Diff to previous 127
* Tuned the versioning system in build.xml
* Renamed JavaDoc @returns to @return to reduce warnings (by prox 0.1% ;-) )


Revision 127 - (view) (annotate) - [select for diffs]
Modified Sat May 30 14:29:58 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9936 byte(s)
Diff to previous 112
Many many many new JFreeChart stuff (selection panel and renderer, etc.)
- schmitzm.jfree.chart.SelectableChartPanel
- schmitzm.jfree.chart.ChartMouseSelectionTracker
- schmitzm.jfree.chart.selection.*
- schmitzm.jfree.chart.renderer.*
Plus: Imports organized!

Revision 112 - (view) (annotate) - [select for diffs]
Modified Wed May 13 09:18:53 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9963 byte(s)
Diff to previous 111
StyledFeatureCollectionTableModel
- bug fixed in FeatureSource -> FeatureCollection conversion (using getSchema() instead of getFeatureType()!)

Revision 111 - (view) (annotate) - [select for diffs]
Modified Tue May 12 23:33:14 2009 UTC (15 years, 9 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9968 byte(s)
Diff to previous 62
* Fixed some bugs with the SelectionListeners and the JMapPane. To make this work,  StyledFeatureLayerSelectionModel now extends StyledLayerSelectionModel<String>. So the selection is remembered as a Set of Feature-IDs. This change was needed, because Feature.java doesn't overwrite the equals method, and therefore the HashSet didn't function as expected.
* Added new Tools and BUttons to MapPaneToolBar.java to select features
* Changed a lot in MapPaneToolBar.java. It now allows to position Spaces, Actions and Tools via the ID field. (the new feature is to mix them)
* Fixed a bug in AV's ClickInfoPanel that would suddenly pop up an AtlasViewer if started from Geopublisher under special circumstances.
* Moving layers in the legend is using MapContext's move method instead of remove and insert.
* LayerPanel's remember* Maps now all have the MapLayer's ID as a key. 

This commit includes latest schmitzm.jar and av.jar. The av.jar is also commited to the ISDSS, but the ISDSS will still have the old schmitzm.jar. Latest schmitzm.jar in ISDSS should be updated ASAP. I just don't know where to put it.

Revision 62 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 18:56:17 2009 UTC (15 years, 10 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 9668 byte(s)
Diff to previous 59
* Enabled the "zoom to layer bounds" for single selected points et al.
* Inserted a stub for getColumnCLass() in FeatureCollectionTableModel.java 


Revision 59 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 17:26:58 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 8538 byte(s)
Diff to previous 58


Revision 58 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 15:55:33 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 8366 byte(s)
Diff to previous 57
StyledFeatureCollectionTableModel stable and documented

Revision 57 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 15:26:14 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 5999 byte(s)
Diff to previous 56


Revision 56 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 15:19:00 2009 UTC (15 years, 10 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 5465 byte(s)
Diff to previous 55


Revision 55 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 14:26:14 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 5378 byte(s)
Diff to previous 53


Revision 53 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 14:04:22 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 5134 byte(s)
Diff to previous 52
Hacking session in progress. No atomic commits.

Revision 52 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 13:57:14 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 4845 byte(s)
Diff to previous 47


Revision 47 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 12:28:50 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 2230 byte(s)
Diff to previous 46
- FeatureCollectionPane renamed to FeatureTablePane
- FeatureCollectionTableModel extracted to stand-alone class


Revision 46 - (view) (annotate) - [select for diffs]
Added Fri Apr 17 11:44:05 2009 UTC (15 years, 10 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
File length: 600 byte(s)
new classes (CURRENTLY ONLY DUMMIES!!):
- FeatureTablePane.java
- FeatureCollectionTableModel.java
- StyledFeatureCollectionTableModel.java

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26