Uses of Interface
org.openstreetmap.josm.gui.SelectionManager.SelectionEnded
-
Packages that use SelectionManager.SelectionEnded Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of SelectionManager.SelectionEnded in org.openstreetmap.josm.actions.mapmode
Classes in org.openstreetmap.josm.actions.mapmode that implement SelectionManager.SelectionEnded Modifier and Type Class Description classSelectActionMove is an action that can move all kind of OsmPrimitives (except keys for now).classZoomActionEnable the zoom mode within the MapFrame. -
Uses of SelectionManager.SelectionEnded in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as SelectionManager.SelectionEnded Modifier and Type Field Description private SelectionManager.SelectionEndedSelectionManager. selectionEndedListenerThe listener that receives the events after left mouse button is released.Constructors in org.openstreetmap.josm.gui with parameters of type SelectionManager.SelectionEnded Constructor Description SelectionManager(SelectionManager.SelectionEnded selectionEndedListener, boolean aspectRatio, NavigatableComponent navComp)Create a new SelectionManager.
-