| Package | Description |
|---|---|
| org.openstreetmap.josm.plugins.streetside.history |
This package deals with keeping a history of actions the user performed
to allow for undoing and redoing these actions.
|
| org.openstreetmap.josm.plugins.streetside.mode |
The different modes that the
StreetsideLayer can be in. |
| Modifier and Type | Field and Description |
|---|---|
private static StreetsideRecord |
StreetsideRecord.instance
The unique instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
static StreetsideRecord |
StreetsideRecord.getInstance()
Returns the unique instance of the class.
|
| Modifier and Type | Field and Description |
|---|---|
private StreetsideRecord |
SelectMode.record |