MessageDialog.openInformation(main.getShell(), "Not found",
"Selected entities are not found in the current model.");
}
else
{
new GetNeighborhoodOfSelectedEntityAction(main, entities).run();
}
}
else
{
MessageDialog.openInformation(main.getShell(), "No BioPAX model",