Class AbstractSimpleScript

    • Constructor Detail

      • AbstractSimpleScript

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

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

      • getScriptTipText

        protected abstract String getScriptTipText()
        Returns the tip text for the script.
        Returns:
        the tool tip
      • 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
      • allowsInlineEditing

        public abstract boolean allowsInlineEditing()
        Returns whether inline editing in the GOE is allowed.
        Returns:
        true if inline editing is allowed