Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Codeblock
themeEclipse
languagejava
linenumberstrue
dom.getGlobalDefinition().setLanguage("en");

...

 
//to refresh the views, do the following:

...


TypeVisualizerFactory.getInstance().releaseCache(dom);

...


//Recreate your EditorPanel and add it to the container again

...


EditorPanel panel = new EditorPanel(dom.getRootType(), myFrame);

...


myFrame.getContentPane().removeAll();

...


myFrame.getContentPane().add(panel, BorderLayout.CENTER);