JSPMultiPageEditor In the example where you add a page with a text editor
T = new TextEditor TextEditor ();
addPage indexeditor = int (t, getEditorInput ());
setPageText (indexeditor, "Name of Tab");
/ / to set starting entry to the editor
setInput (editor.getEditorInput ());
The question is how do to give a particular input to the text editor, such as a string = "My String input"
You can pass this string as input?