@Override
public void run() {
try {
EditPart part = (EditPart) getSelectedObjects().get(0);
part.performRequest(request);
} catch (ClassCastException e) {
PrintingPlugin.log("", e); //$NON-NLS-1$
} catch (IndexOutOfBoundsException e) {
PrintingPlugin.log("", e); //$NON-NLS-1$
}