Interface ScriptableActionInterface

    • Method Detail

      • insertScriptLine

        void insertScriptLine()
        If a script is being recorded and the action (read: algorithm) is done, add an entry for this action.
      • scriptRun

        void scriptRun​(ParameterTable parameters)
                throws java.lang.IllegalArgumentException
        Sets up the action dialog state and then executes it.
        Parameters:
        parameters - Table of parameters for the script to use.
        Throws:
        java.lang.IllegalArgumentException - If there is a problem with the action arguments.