HTMLFragmentContent

Use this class to display text in a task panel when you cannot use the text string in an annotation.

If the amount of text is large, use HTMLFileContent.

Example:

Content c = new HTMLFragmentContent();
c.setValue("<ul><li>
<a href=\"staraction:hello\">Hello</a>!</li></ul>");
this.setContent(c);

Online API:

For coding specifics, see the Simcenter STAR-CCM+ Help menu:

Help > Java API > star.assistant > HTMLFragmentContent