Uses of Interface
org.openstreetmap.josm.gui.dialogs.changeset.ChangesetAware
-
Packages that use ChangesetAware Package Description org.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of ChangesetAware in org.openstreetmap.josm.gui.dialogs.changeset
Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement ChangesetAware Modifier and Type Class Description classChangesetContentPanelThe panel which displays the content of a changeset in a scrollable table.classChangesetDetailPanelThis panel displays the properties of the currently selected changeset in theChangesetCacheManager.Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as ChangesetAware Modifier and Type Field Description private ChangesetAwareDownloadChangesetContentAction. componentConstructors in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetAware Constructor Description DownloadChangesetContentAction(ChangesetAware component)Constructs a newDownloadChangesetContentAction.
-