/[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 110 by alfonx, Fri May 8 15:02:28 2009 UTC revision 111 by alfonx, Tue May 12 23:33:14 2009 UTC
# Line 142  public abstract class StyledLayerSelecti Line 142  public abstract class StyledLayerSelecti
142     * @return {@code true} if selection has changed by calling this method     * @return {@code true} if selection has changed by calling this method
143     */     */
144    public boolean addSelection(E selectedObject) {    public boolean addSelection(E selectedObject) {
145            
146      if ( selectionObjects.add(selectedObject) ) {      if ( selectionObjects.add(selectedObject) ) {
147        refreshSelection();        refreshSelection();
148        return true;        return true;

Legend:
Removed from v.110  
changed lines
  Added in v.111

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26