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) class
SelectionListDialog.ShowHistoryAction
The 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) class
ChangesetContentPanel.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) class
ShowHistoryAction
Open a history browser with the history of an object.
-