/**
* Creates the required listeners, the majority of them are tool listeners.
*/
private void createListeners() {
this.capturedListener = new CapturedCoordinateListener() {
public void capturedCoordinate(Coordinate newCoord) {
addCoordinateFromMapToTable(newCoord);