Class ComponentRunScriptExpression

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

    public class ComponentRunScriptExpression
    extends ScriptFunction
    Created by Carl.Gould on 9/1/2015.
    • Constructor Detail

      • ComponentRunScriptExpression

        public ComponentRunScriptExpression​(javax.swing.JComponent self)
      • ComponentRunScriptExpression

        public ComponentRunScriptExpression()
        For serialization only
    • Method Detail

      • getSelf

        public javax.swing.JComponent getSelf()
      • setSelf

        public void setSelf​(javax.swing.JComponent self)
      • 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