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

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

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

revision 102 by mojays, Fri May 8 13:47:33 2009 UTC revision 105 by alfonx, Fri May 8 15:02:28 2009 UTC
# Line 48  public abstract class StyledLayerSelecti Line 48  public abstract class StyledLayerSelecti
48    protected EventListenerList listenerList = new EventListenerList();    protected EventListenerList listenerList = new EventListenerList();
49    
50    /** Holds the current selection (e.g. {@link Feature Features}). */    /** Holds the current selection (e.g. {@link Feature Features}). */
51    protected final Set<E> selectionObjects;    protected final HashSet<E> selectionObjects;
52    
53    /** Holds the styled map whose selection is managed by this class. */    /** Holds the styled map whose selection is managed by this class. */
54    protected final StyledMapInterface<?> styledMap;    protected final StyledMapInterface<?> styledMap;

Legend:
Removed from v.102  
changed lines
  Added in v.105

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26