Class InfoText


  • public class InfoText
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoText​(java.lang.String label, java.lang.String description)  
    • Method Summary

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

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

      • InfoText

        public InfoText​(java.lang.String label,
                        java.lang.String description)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • getDescription

        public java.lang.String getDescription()