Uses of Class
org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RecentExisting
-
Packages that use TagEditHelper.RecentExisting 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.RecentExisting in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties with type parameters of type TagEditHelper.RecentExisting Modifier and Type Field Description static EnumProperty<TagEditHelper.RecentExisting>
TagEditHelper. PROPERTY_RECENT_EXISTING
Preference setting for popup menu item "Recent tags with existing key"Methods in org.openstreetmap.josm.gui.dialogs.properties that return TagEditHelper.RecentExisting Modifier and Type Method Description static TagEditHelper.RecentExisting
TagEditHelper.RecentExisting. valueOf(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.
-