Uses of Class
org.openstreetmap.josm.gui.dialogs.properties.TaginfoAction
-
Packages that use TaginfoAction 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 TaginfoAction in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as TaginfoAction Modifier and Type Field Description private TaginfoAction
PropertiesDialog. tagHistoryAction
private TaginfoAction
PropertiesDialog. taginfoAction
Fields in org.openstreetmap.josm.gui.dialogs.properties with type parameters of type TaginfoAction Modifier and Type Field Description private Collection<TaginfoAction>
PropertiesDialog. taginfoNationalActions
Methods in org.openstreetmap.josm.gui.dialogs.properties that return TaginfoAction Modifier and Type Method Description TaginfoAction
TaginfoAction. toTagHistoryAction()
Returns a new action which launches https://taghistory.raifer.tech/ for the given tagTaginfoAction
TaginfoAction. withTaginfoUrl(String name, String taginfoUrl)
Returns a new action which launches the Taginfo instance from the given URL
-