/[schmitzm]/branches/2.0-RC2/src/skrueger/geotools/selection/StyledLayerSelectionModel.java
ViewVC logotype

Diff of /branches/2.0-RC2/src/skrueger/geotools/selection/StyledLayerSelectionModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 317 by mojays, Wed Aug 26 11:03:27 2009 UTC revision 318 by alfonx, Wed Aug 26 13:33:32 2009 UTC
# Line 52  import java.util.Vector; Line 52  import java.util.Vector;
52  import javax.swing.event.EventListenerList;  import javax.swing.event.EventListenerList;
53    
54  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
55  import org.geotools.feature.Feature;  import org.geotools.feature.SimpleFeature;
56    
57  import schmitzm.swing.event.PropertyChangeEmitter;  import schmitzm.swing.event.PropertyChangeEmitter;
58  import skrueger.geotools.StyledLayerInterface;  import skrueger.geotools.StyledLayerInterface;
# Line 75  public abstract class StyledLayerSelecti Line 75  public abstract class StyledLayerSelecti
75    /** Holds the connected listeners. */    /** Holds the connected listeners. */
76    protected EventListenerList listenerList = new EventListenerList();    protected EventListenerList listenerList = new EventListenerList();
77    
78    /** Holds the current selection (e.g. {@link Feature Features}). */    /** Holds the current selection (e.g. {@link SimpleFeature Features}). */
79    protected final HashSet<E> selectionObjects;    protected final HashSet<E> selectionObjects;
80    
81    /** Holds the styled map whose selection is managed by this class. */    /** Holds the styled map whose selection is managed by this class. */

Legend:
Removed from v.317  
changed lines
  Added in v.318

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26