incrementProgress();
setStatus(GemCutterMessages.getString("SuccessStatus"));
UndoableRefactoringEdit addTypeDeclsEdit = new UndoableRefactoringEdit(GemCutter.this, typeDeclsAdder, GemCutterMessages.getString("AddTypedeclsPresentationName"));
undoableEditSupport.setEditName(addTypeDeclsEdit.getPresentationName());
undoableEditSupport.postEdit(addTypeDeclsEdit);
// End the update.
undoableEditSupport.endUpdate();
// Make sure that the dialog is active for long enough to be visible