Modifier and Type | Class and Description |
---|---|
private static class |
DownloadOsmChangeTask.HistoryLoaderAndListener
Loads history and updates incomplete primitives.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<HistoryDataSetListener> |
HistoryDataSet.listeners |
Modifier and Type | Method and Description |
---|---|
void |
HistoryDataSet.addHistoryDataSetListener(HistoryDataSetListener listener) |
void |
HistoryDataSet.removeHistoryDataSetListener(HistoryDataSetListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
HistoryDialog
HistoryDialog displays a list of the currently selected primitives and provides
two actions for (1) (re)loading the history of the selected primitives and (2)
for launching a history browser for each selected primitive.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserDialog
This is non-modal dialog, always showing on top, which displays history information
about a given
OsmPrimitive . |