Parent Directory
|
Revision Log
|
Patch
revision 105 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; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |