Package | Description |
---|---|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.gui.menu |
This package contains OpenMap Swing GUI components that can be used in
menus.
|
com.bbn.openmap.layer.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.tools.dnd |
This package contains classes to support Java Drag and Drop
functionality on the map.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
Modifier and Type | Field and Description |
---|---|
protected MouseDelegator |
MouseModePanel.mouseDelegator |
Modifier and Type | Method and Description |
---|---|
MouseDelegator |
MouseModePanel.getMouseDelegator()
Get the MouseDelegator used to control mouse gestures over the
map.
|
Modifier and Type | Method and Description |
---|---|
void |
MouseModePanel.setMouseDelegator(MouseDelegator md)
Set the MouseDelegator used to hold the different MouseModes
available to the map.
|
protected void |
MouseModePanel.setPanel(MouseDelegator md)
Given a MouseDelegator, set up the pop-up menu to reflect the
MouseMode choices.
|
protected void |
MouseModeButtonPanel.setPanel(MouseDelegator md)
Method overrides MouseModePane.setPanel.
|
Constructor and Description |
---|
MouseModePanel(MouseDelegator md) |
Modifier and Type | Field and Description |
---|---|
protected MouseDelegator |
MouseModeMenu.mouseDelegator |
Modifier and Type | Method and Description |
---|---|
void |
MouseModeMenu.setMouseDelegator(MouseDelegator md)
Sets up the MouseModes submenu.
|
void |
MouseModeMenu.unsetMouseDelegator(MouseDelegator md) |
Modifier and Type | Field and Description |
---|---|
protected MouseDelegator |
DrawingEditorTool.mouseDelegator
The MouseDelegator that is controlling the MouseModes.
|
Modifier and Type | Method and Description |
---|---|
MouseDelegator |
DrawingEditorTool.getMouseDelegator()
Get the MouseDelegator used to control mouse gestures over the map.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingEditorTool.setMouseDelegator(MouseDelegator md)
Set the MouseDelegator used to hold the different MouseModes available to
the map.
|
Modifier and Type | Field and Description |
---|---|
protected MouseDelegator |
DefaultDnDCatcher.md |
Modifier and Type | Field and Description |
---|---|
protected MouseDelegator |
OMDrawingTool.mouseDelegator
The MouseDelegator to use to get mouse events directed to the
DrawingTool.
|
Modifier and Type | Method and Description |
---|---|
MouseDelegator |
OMDrawingTool.getMouseDelegator()
Get the MouseDelegator used to receive mouse events.
|
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingTool.setMouseDelegator(MouseDelegator md)
Set the MouseDelegator used to receive mouse events.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details