Uses of Class
org.openstreetmap.josm.actions.ZoomToAction
-
Packages that use ZoomToAction Package Description org.openstreetmap.josm.gui.conflict.pair.nodes Provides the classes for displaying conflicts in ways list of nodes.org.openstreetmap.josm.gui.conflict.pair.relation Provides the classes for displaying conflicts in OSM primitive relation memberships.org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of ZoomToAction in org.openstreetmap.josm.gui.conflict.pair.nodes
Methods in org.openstreetmap.josm.gui.conflict.pair.nodes that return ZoomToAction Modifier and Type Method Description protected ZoomToAction
NodeListTable. buildZoomToAction()
-
Uses of ZoomToAction in org.openstreetmap.josm.gui.conflict.pair.relation
Methods in org.openstreetmap.josm.gui.conflict.pair.relation that return ZoomToAction Modifier and Type Method Description protected ZoomToAction
RelationMemberTable. buildZoomToAction()
-
Uses of ZoomToAction in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation that return ZoomToAction Modifier and Type Method Description protected ZoomToAction
MemberTable. buildZoomToAction()
-
Uses of ZoomToAction in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets declared as ZoomToAction Modifier and Type Field Description private ZoomToAction
OsmPrimitivesTable. zoomToAction
Methods in org.openstreetmap.josm.gui.widgets that return ZoomToAction Modifier and Type Method Description protected abstract ZoomToAction
OsmPrimitivesTable. buildZoomToAction()
-