Uses of Interface
org.openstreetmap.josm.gui.SelectionManager.SelectionEnded

Packages that use SelectionManager.SelectionEnded
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.gui   
 

Uses of SelectionManager.SelectionEnded in org.openstreetmap.josm.actions.mapmode
 

Classes in org.openstreetmap.josm.actions.mapmode that implement SelectionManager.SelectionEnded
 class SelectAction
          Move is an action that can move all kind of OsmPrimitives (except keys for now).
 class ZoomAction
          Enable 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
private  SelectionManager.SelectionEnded SelectionManager.selectionEndedListener
          The listener that receives the events after left mouse button is released.
 

Constructors in org.openstreetmap.josm.gui with parameters of type SelectionManager.SelectionEnded
SelectionManager(SelectionManager.SelectionEnded selectionEndedListener, boolean aspectRatio, NavigatableComponent navComp)
          Create a new SelectionManager.
 



JOSM