110111112113114115116117118119120
//if action is called from TopMenuBar else { //open dialog NeighborhoodQueryParamWithEntitiesDialog dialog = new NeighborhoodQueryParamWithEntitiesDialog(main); options = dialog.open(options); if ( !options.isCancel() ) { options.setCancel(true); }