/[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 322 by alfonx, Wed Aug 26 14:12:17 2009 UTC revision 428 by alfonx, Sun Oct 4 14:28:07 2009 UTC
# Line 79  public abstract class StyledLayerSelecti Line 79  public abstract class StyledLayerSelecti
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. */
82    protected final StyledLayerInterface<?> styledLayer;    private final StyledLayerInterface<?> styledLayer;
83    
84    
85    /** Indicates whether a selection change is a part of multiple    /** Indicates whether a selection change is a part of multiple
# Line 241  public abstract class StyledLayerSelecti Line 241  public abstract class StyledLayerSelecti
241      this.removeListener(listener);      this.removeListener(listener);
242    }    }
243    
244    public StyledLayerInterface<?> getStyledLayer() {
245            return styledLayer;
246    }
247    
248    
249  }  }

Legend:
Removed from v.322  
changed lines
  Added in v.428

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26