Class BaseString

    • Constructor Detail

      • BaseString

        public BaseString()
        Initializes the string with length 0.
      • BaseString

        public BaseString​(String s)
        Initializes the object with the string to parse.
        Parameters:
        s - the string to parse
    • Method Detail

      • getTipText

        public String getTipText()
        Returns a tool tip for the GUI editor (ignored if null is returned).
        Specified by:
        getTipText in class AbstractBaseString
        Returns:
        the tool tip