-
Classes Class Description org.openstreetmap.josm.data.gpx.ImmutableGpxTrack UseGpxTrack
instead!org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox Use the generic typeAutoCompComboBox
instead. Eg.AutoCompComboBox<AutoCompletionItem>
orAutoCompComboBox<String>
.
-
Constructors Constructor Description org.openstreetmap.josm.gui.widgets.JosmComboBox(E) useJComboBox.setPrototypeDisplayValue(E)
instead.
-
Enum Constants Enum Constant Description org.openstreetmap.josm.data.protobuf.WireType.END_GROUP Unknown reason. Deprecated since at least 2012.org.openstreetmap.josm.data.protobuf.WireType.START_GROUP Unknown reason. Deprecated since at least 2012.