Class InfoText


  • public class InfoText
    extends java.lang.Object
    Implements an object label and description.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the descriptive text.
      java.lang.String getLabel()
      Gets the label text.
      • 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)
        Constructs a new instance.
        Parameters:
        label - the label text
        description - the description text
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Gets the label text.
        Returns:
        a string
      • getDescription

        public java.lang.String getDescription()
        Gets the descriptive text.
        Returns:
        a string