| 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.RefreshRecent> |
TagEditHelper.PROPERTY_REFRESH_RECENT
Preference setting for popup menu item "Refresh recent tags list after applying tag"
|
| Modifier and Type | Method and Description |
|---|---|
static TagEditHelper.RefreshRecent |
TagEditHelper.RefreshRecent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagEditHelper.RefreshRecent[] |
TagEditHelper.RefreshRecent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|