Uses of Interface
org.openstreetmap.josm.gui.history.HistoryHook
-
Packages that use HistoryHook Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of HistoryHook in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history with type parameters of type HistoryHook Modifier and Type Field Description private static List<HistoryHook>
HistoryBrowserDialogManager. hooks
Methods in org.openstreetmap.josm.gui.history with parameters of type HistoryHook Modifier and Type Method Description static boolean
HistoryBrowserDialogManager. addHistoryHook(HistoryHook hook)
Adds a newHistoryHook
.static boolean
HistoryBrowserDialogManager. removeHistoryHook(HistoryHook hook)
Removes an existingHistoryHook
.
-