Class StandardTextPairBlock


  • public class StandardTextPairBlock
    extends java.lang.Object
    The A+ Content standard label and description block, comprised of a pair of text components.
    • Constructor Detail

      • StandardTextPairBlock

        public StandardTextPairBlock()
    • Method Detail

      • getLabel

        public TextComponent getLabel()
        Get label
        Returns:
        label
      • getDescription

        public TextComponent getDescription()
        Get description
        Returns:
        description
      • setDescription

        public void setDescription​(TextComponent description)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object