Class TextDocumentation


  • public class TextDocumentation
    extends AbstractDocumentation
    This class represents a documentation tab of type "text".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Returns the content of this text documentation.
      void setContent​(java.lang.String content)
      Sets the content of this text documenation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Returns the content of this text documentation.
        Returns:
        String with line breaks
      • setContent

        public void setContent​(java.lang.String content)
        Sets the content of this text documenation.
        Parameters:
        content - Text docu content