Uses of Interface
com.bbn.openmap.omGraphics.event.SelectionListener

Packages that use SelectionListener
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.omGraphics.event Provides classes for event notification of OMGraphic changes. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of SelectionListener in com.bbn.openmap.gui
 

Classes in com.bbn.openmap.gui that implement SelectionListener
 class OMGraphicDeleteTool
          The OMGraphicDeleteTool is a Swing component that contains a button that listens for notifications that tell it that an OMGraphic has been 'selected', and provides the capability to delete that OMGraphic from the component that manages it.
 

Uses of SelectionListener in com.bbn.openmap.omGraphics.event
 

Methods in com.bbn.openmap.omGraphics.event with parameters of type SelectionListener
 void SelectionSupport.addSelectionListener(SelectionListener listener)
          Add a SelectionListener to the listener list.
 void SelectionProvider.addSelectionListener(SelectionListener listener)
           
 void SelectionSupport.removeSelectionListener(SelectionListener listener)
          Remove a SelectionListener from the listener list.
 void SelectionProvider.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.bbn.openmap.tools.drawing
 

Methods in com.bbn.openmap.tools.drawing with parameters of type SelectionListener
 void OMDrawingTool.addSelectionListener(SelectionListener list)
           
 void OMDrawingTool.removeSelectionListener(SelectionListener list)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details