Class FormattedText


  • class FormattedText
    extends java.lang.Object
    Contains text that has already been formatted and hence it does not need any formatting (like quotes around string, etc.)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      FormattedText​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()  
      • Methods inherited from class java.lang.Object

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

      • text

        private final java.lang.String text
    • Constructor Detail

      • FormattedText

        public FormattedText​(java.lang.String text)
    • Method Detail

      • getText

        public java.lang.String getText()