Class PerspectiveRunScriptFunction

  • All Implemented Interfaces:
    Function, java.awt.event.ActionListener, java.util.EventListener

    public class PerspectiveRunScriptFunction
    extends ScriptFunction
    • Constructor Detail

      • PerspectiveRunScriptFunction

        public PerspectiveRunScriptFunction​(PerspectiveElement element)
    • Method Detail

      • copy

        public Function copy()
        Description copied from class: BaseFunction
        Returns this. Override to create a clone if you need a unique function object per Expression.
        Specified by:
        copy in interface Function
        Overrides:
        copy in class ScriptFunction