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