Uses of Class
org.openstreetmap.josm.gui.dialogs.properties.AbstractCopyAction
-
Packages that use AbstractCopyAction 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 AbstractCopyAction in org.openstreetmap.josm.gui.dialogs.properties
Subclasses of AbstractCopyAction in org.openstreetmap.josm.gui.dialogs.properties Modifier and Type Class Description classCopyAllKeyValueActionCopy the key and value of all the tags to clipboard.classCopyKeyValueActionCopy the key and value of the selected tag(s) to clipboard.classCopyValueActionCopy the value of the selected tag to clipboard.
-