Uses of Class
org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
-
Packages that use ChangesetListModel Package Description org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of ChangesetListModel in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs that return ChangesetListModel Modifier and Type Method Description protected ChangesetListModel
ChangesetDialog. getCurrentChangesetListModel()
-
Uses of ChangesetListModel in org.openstreetmap.josm.gui.dialogs.changeset
Subclasses of ChangesetListModel in org.openstreetmap.josm.gui.dialogs.changeset Modifier and Type Class Description class
ChangesetInSelectionListModel
A table of changesets that displays the ones that are used by the primitives in the current selection.class
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer.
-