Uses of Class
org.openstreetmap.josm.plugins.streetside.history.StreetsideRecord
-
Packages that use StreetsideRecord 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 theStreetsideLayercan be in. -
-
Uses of StreetsideRecord in org.openstreetmap.josm.plugins.streetside.history
Fields in org.openstreetmap.josm.plugins.streetside.history declared as StreetsideRecord Modifier and Type Field Description private static StreetsideRecordStreetsideRecord. instanceThe unique instance of the class.Methods in org.openstreetmap.josm.plugins.streetside.history that return StreetsideRecord Modifier and Type Method Description static StreetsideRecordStreetsideRecord. getInstance()Returns the unique instance of the class. -
Uses of StreetsideRecord in org.openstreetmap.josm.plugins.streetside.mode
Fields in org.openstreetmap.josm.plugins.streetside.mode declared as StreetsideRecord Modifier and Type Field Description private StreetsideRecordSelectMode. record
-