@Override
 public void buildFor(ISpecialCharm charm) {
   charm.accept(new SwingSpecialCharmVisitor());
 }