Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingTool.addSelectionListener(SelectionListener list) |
void |
OMDrawingTool.removeSelectionListener(SelectionListener list) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details