Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
Modifier and Type | Field and Description |
---|---|
static EnumProperty<TagEditHelper.RecentExisting> |
TagEditHelper.PROPERTY_RECENT_EXISTING
Preference setting for popup menu item "Recent tags with existing key"
|
Modifier and Type | Method and Description |
---|---|
static TagEditHelper.RecentExisting |
TagEditHelper.RecentExisting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagEditHelper.RecentExisting[] |
TagEditHelper.RecentExisting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|