Class AddTagsDialog.ExistingValues
- java.lang.Object
-
- org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
-
- Enclosing class:
- AddTagsDialog
static class AddTagsDialog.ExistingValues extends Object
Class for displaying list of existing tag values in the table
-
-
Constructor Summary
Constructors Constructor Description ExistingValues(String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
addValue(String val)
private String
getToolTip()
String
toString()
-
-
-
Constructor Detail
-
ExistingValues
ExistingValues(String tag)
-
-