/** Is called after right click on the resource edge. */
@Override
protected void handlePopupEdge(final Edge edge, final Point2D pos) {
final VolumeInfo info = edgeToDrbdVolumeMap.get(edge);
final JPopupMenu p = info.getPopup();
info.updateMenus(pos);
showPopup(p, pos);
}
/**
* Is called after right click on the background and it returns