/** Notifies that the ok button of this dialog has been pressed. */ protected void okPressed() { fResult = fIdMapText.getText(); super.okPressed(); }