Uses of Interface
es.prodevelop.gvsig.mobile.fmap.layer.SelectionListener

Packages that use SelectionListener
es.prodevelop.gvsig.mobile.fmap.layer   
es.prodevelop.gvsig.mobile.gui.canvas   
 

Uses of SelectionListener in es.prodevelop.gvsig.mobile.fmap.layer
 

Methods in es.prodevelop.gvsig.mobile.fmap.layer with parameters of type SelectionListener
 void SelectionSupport.addSelectionListener(SelectionListener listener)
          Añade un SelectionListener al ArrayList de Listeners.
 void SelectionSupport.removeSelectionListener(SelectionListener listener)
          Borra el SelectionListener que se le pasa como parámetro del ArrayList de Listener.
 void SelectableDataSource.addSelectionListener(SelectionListener listener)
          Añade un nuevo Listener al SelectionSupport.
 void SelectableDataSource.removeSelectionListener(SelectionListener listener)
          Borra un Listener al SelectionSupport.
 void Selectable.addSelectionListener(SelectionListener listener)
          Añade un listener de selección a la capa
 void Selectable.removeSelectionListener(SelectionListener listener)
          Elimina un listener de selección de la capa
 

Uses of SelectionListener in es.prodevelop.gvsig.mobile.gui.canvas
 

Classes in es.prodevelop.gvsig.mobile.gui.canvas that implement SelectionListener
 class MapControl
          This class is the canvas of the application, where layers and drawn.