Class Action

java.lang.Object
ucar.unidata.idv.control.editor.Action

public class Action extends Object
Class Action some class
Version:
$Revision: 1.3 $
Author:
IDV Development Team
  • Constructor Details

    • Action

      public Action()
      _more_
    • Action

      public Action(String name, String function, Selector selector)
      _more_
      Parameters:
      name - _more_
      function - _more_
      selector - _more_
    • Action

      public Action(String name, String function, String jython, Selector selector)
      _more_
      Parameters:
      name - _more_
      function - _more_
      jython - _more_
      selector - _more_
  • Method Details

    • setSelector

      public void setSelector(Selector value)
      Set the Selector property.
      Parameters:
      value - The new value for Selector
    • getSelector

      public Selector getSelector()
      Get the Selector property.
      Returns:
      The Selector
    • toString

      public String toString()
      _more_
      Overrides:
      toString in class Object
      Returns:
      _more_
    • setName

      public void setName(String value)
      Set the Name property.
      Parameters:
      value - The new value for Name
    • getName

      public String getName()
      Get the Name property.
      Returns:
      The Name
    • setFunction

      public void setFunction(String value)
      Set the Function property.
      Parameters:
      value - The new value for Function
    • getFunction

      public String getFunction()
      Get the Function property.
      Returns:
      The Function
    • setJython

      public void setJython(String value)
      Set the Jython property.
      Parameters:
      value - The new value for Jython
    • getJython

      public String getJython()
      Get the Jython property.
      Returns:
      The Jython