Changeset 2512 in josm for trunk/src/org/openstreetmap/josm/gui/download/DownloadSelection.java
- Timestamp:
- 2009-11-24T10:45:04+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadSelection.java
r2344 r2512 3 3 4 4 import org.openstreetmap.josm.data.Bounds; 5 6 5 7 6 public interface DownloadSelection { … … 12 11 void addGui(DownloadDialog gui); 13 12 14 15 13 /** 16 14 * Sets the current download area. The area may be null to clear 17 15 * the current download area. 18 * 16 * 19 17 * @param are the current download area 20 18 */ 21 19 public void setDownloadArea(Bounds area); 22 20 } 23
Note:
See TracChangeset
for help on using the changeset viewer.