Changeset 12371 in josm for trunk/src/org
- Timestamp:
- 2017-06-09T20:53:50+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetInSelectionListModel.java
r10332 r12371 12 12 import org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeListener; 13 13 14 /** 15 * A table of changesets that displays the ones that are used by the primitives in the current selection. 16 */ 14 17 public class ChangesetInSelectionListModel extends ChangesetListModel implements SelectionChangedListener, ActiveLayerChangeListener { 15 18 19 /** 20 * Create a new {@link ChangesetInSelectionListModel} 21 * @param selectionModel The model 22 */ 16 23 public ChangesetInSelectionListModel(DefaultListSelectionModel selectionModel) { 17 24 super(selectionModel);
Note:
See TracChangeset
for help on using the changeset viewer.