Uses of Class
org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RefreshRecent
-
Packages that use TagEditHelper.RefreshRecent Package Description org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects. -
-
Uses of TagEditHelper.RefreshRecent in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties with type parameters of type TagEditHelper.RefreshRecent Modifier and Type Field Description static EnumProperty<TagEditHelper.RefreshRecent>
TagEditHelper. PROPERTY_REFRESH_RECENT
Preference setting for popup menu item "Refresh recent tags list after applying tag"Methods in org.openstreetmap.josm.gui.dialogs.properties that return TagEditHelper.RefreshRecent Modifier and Type Method Description static TagEditHelper.RefreshRecent
TagEditHelper.RefreshRecent. valueOf(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.
-