Uses of Class
org.openstreetmap.josm.actions.AbstractShowHistoryAction
-
Packages that use AbstractShowHistoryAction 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).org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of AbstractShowHistoryAction in org.openstreetmap.josm.gui.dialogs
Subclasses of AbstractShowHistoryAction in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description (package private) classSelectionListDialog.ShowHistoryActionThe action for showing history information of the current history item. -
Uses of AbstractShowHistoryAction in org.openstreetmap.josm.gui.dialogs.changeset
Subclasses of AbstractShowHistoryAction in org.openstreetmap.josm.gui.dialogs.changeset Modifier and Type Class Description (package private) classChangesetContentPanel.ShowHistoryAction -
Uses of AbstractShowHistoryAction in org.openstreetmap.josm.gui.history
Subclasses of AbstractShowHistoryAction in org.openstreetmap.josm.gui.history Modifier and Type Class Description (package private) classShowHistoryActionOpen a history browser with the history of an object.
-