* set by the opened dialog to this.configuredQuery. If null, the user
* aborted.
*/
private void getInput() {
QueryInputDialog dialog = new QueryInputDialog(this.view.getSite()
.getShell(), this);
if (dialog.open() != Window.OK) {
this.configuredQuery = null; // user aborted
}
}