Package | Description |
---|---|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<HistoryHook> |
HistoryBrowserDialogManager.hooks |
Modifier and Type | Method and Description |
---|---|
static boolean |
HistoryBrowserDialogManager.addHistoryHook(HistoryHook hook)
Adds a new
HistoryHook . |
static boolean |
HistoryBrowserDialogManager.removeHistoryHook(HistoryHook hook)
Removes an existing
HistoryHook . |