7374757677787980818283
if (useSelection) { //open dialog NeighborhoodQueryParamDialog dialog = new NeighborhoodQueryParamDialog(this.main); options = dialog.open(options); //Return if Cancel was pressed if ( !options.isCancel() ) { options.setCancel(true);
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); }