private static void renderShells(Display display) throws IOException { RenderVisitor visitor = new RenderVisitor(); for (Shell shell : getShells(display)) { WidgetTreeVisitor.accept(shell, visitor); visitor.reThrowProblem(); } }
@Override public String toString() { return RenderVisitor.render(this); }