Class FormatedTextParser


  • public class FormatedTextParser
    extends java.lang.Object
    Parse looking for formated text (bold, italic, ...)
    Author:
    Juan F. Codagnone
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTextParser​(TextParser textParser)
      Sets the formatTextParser.
      • Methods inherited from class java.lang.Object

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

      • FormatedTextParser

        public FormatedTextParser()
    • Method Detail

      • setTextParser

        public final void setTextParser​(TextParser textParser)
        Sets the formatTextParser.
        Parameters:
        textParser - text parser to use TextParser with the formatTextParser.