| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<IRightClickAction,java.awt.event.MouseListener> |
MapPanel.rightClickActions
Map to associate IRightClickActions that have been added with the actual MouseListener that is installed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapPanel.addRightClickAction(IRightClickAction rightClick)
Add an action to be performed upon a right click on the map.
|
void |
MapPanel.removeRightClickAction(IRightClickAction rightClickAction)
Remove an action that is being performed upon a right click on the map.
|