Changeset 5266 in josm for trunk/src/org/openstreetmap/josm/gui/io/ChangesetManagementPanel.java
- Timestamp:
- 2012-06-03T16:41:25+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/ChangesetManagementPanel.java
r3998 r5266 35 35 * upload. 36 36 * 37 * It is displayed as one of the configuration panels in the {@ seeUploadDialog}.37 * It is displayed as one of the configuration panels in the {@link UploadDialog}. 38 38 * 39 * ChangesetManagementPanel is a source for {@ seePropertyChangeEvent}s. Clients can listen39 * ChangesetManagementPanel is a source for {@link PropertyChangeEvent}s. Clients can listen 40 40 * to 41 41 * <ul> 42 * <li>{@ see#SELECTED_CHANGESET_PROP} - the new value in the property change event is42 * <li>{@link #SELECTED_CHANGESET_PROP} - the new value in the property change event is 43 43 * the changeset selected by the user. The value is null if the user didn't select a 44 44 * a changeset or if he chosed to use a new changeset.</li> 45 * <li> {@ see#CLOSE_CHANGESET_AFTER_UPLOAD} - the new value is a boolean value indicating45 * <li> {@link #CLOSE_CHANGESET_AFTER_UPLOAD} - the new value is a boolean value indicating 46 46 * whether the changeset should be closed after the next upload</li> 47 47 * </ul>
Note:
See TracChangeset
for help on using the changeset viewer.
