Class InfoLine


  • public class InfoLine
    extends java.lang.Object
    An info line is just 1 line of information, with some quality information attached.
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoLine​(java.lang.String text, boolean error)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      The text of the info line.
      boolean isError()  
      • Methods inherited from class java.lang.Object

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

      • InfoLine

        public InfoLine​(java.lang.String text,
                        boolean error)
    • Method Detail

      • getText

        public java.lang.String getText()
        The text of the info line. Use *stars* for emphasis
      • isError

        public boolean isError()