293294295296297298299300301302303
current=null; } if( current==null ) return null; BoxPrinter printer=(BoxPrinter) current.createExecutableExtension("class"); //$NON-NLS-1$ printer.load(memento); return printer; }catch (Exception e) { PrintingModelPlugin.log("Error while creating a box printer from string.", e); //$NON-NLS-1$ return null; }