WebRenderer has a built in editing mode that allows visual
editing of HTML documents. Using the editor
mode in conjunction with the WebRenderer
DOM allows some powerful WYSIWYG document
editing.
Example
code:
//Creating the browser IBrowserCanvas
browser = BrowserFactory.spawnMozilla();
//Enabling
the HTML Editing mode. This must be called
before pages are loaded' browser.setHTMLEditingMode(true);