Ejemplo n.º 1
0
 /**
  * Sets the given text into the <code>RichTextCommentsComposite</code>
  *
  * @param text text to put into the <code>RichTextCommentsComposite</code>
  */
 public void setDocumentationValue(String text) {
   commentsText.setText(text);
 }