Changeset 2801 in josm for trunk/src/org/openstreetmap/josm/gui/io/ChangesetManagementPanel.java
- Timestamp:
- 2010-01-09T23:38:57+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/ChangesetManagementPanel.java
r2783 r2801 33 33 * ChangesetManagementPanel allows to configure changeset to be used in the next 34 34 * upload. 35 * 35 * 36 36 * It is displayed as one of the configuration panels in the {@see UploadDialog}. 37 * 37 * 38 38 * ChangesetManagementPanel is a source for {@see PropertyChangeEvent}s. Clients can listen 39 39 * to … … 185 185 * Replies the currently selected changeset. null, if no changeset is 186 186 * selected or if the user has chosen to use a new changeset. 187 * 187 * 188 188 * @return the currently selected changeset. null, if no changeset is 189 189 * selected. … … 198 198 * Replies true if the user has chosen to close the changeset after the 199 199 * next upload 200 * 200 * 201 201 */ 202 202 public boolean isCloseChangesetAfterUpload() {
Note:
See TracChangeset
for help on using the changeset viewer.
