admin.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
Stopwatch sw = new Stopwatch("Document Retrieval", true);
DocWrapper dw = getDocWrapper();
sw.stop();
admin.setStatus(sw.toString());
admin.editDocument(dw);
admin.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
break;
case ACTION_XSLT:
String name = file.getAbsolutePath();