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 java.util.List<HistoryHook>HistoryBrowserDialogManager. hooksMethods in org.openstreetmap.josm.gui.history with parameters of type HistoryHook Modifier and Type Method Description static booleanHistoryBrowserDialogManager. addHistoryHook(HistoryHook hook)Adds a newHistoryHook.static booleanHistoryBrowserDialogManager. removeHistoryHook(HistoryHook hook)Removes an existingHistoryHook.
-