Class BaseText

  • All Implemented Interfaces:
    CloneHandler<BaseObject>, Serializable, Comparable

    public class BaseText
    extends AbstractBaseString
    Wrapper for a String object to be editable in the GOE. Basically the same as BaseString, but used for longer, multi-line strings. Uses a different GOE editor.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • BaseText

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

        public BaseText​(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