ucar.unidata.idv.control.editor
Class Action

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

public class Action
extends Object

Class Action some class

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Constructor Summary
Action()
          _more_
Action(String name, String function, Selector selector)
          _more_
Action(String name, String function, String jython, Selector selector)
          _more_
 
Method Summary
 String getFunction()
          Get the Function property.
 String getJython()
          Get the Jython property.
 String getName()
          Get the Name property.
 Selector getSelector()
          Get the Selector property.
 void setFunction(String value)
          Set the Function property.
 void setJython(String value)
          Set the Jython property.
 void setName(String value)
          Set the Name property.
 void setSelector(Selector value)
          Set the Selector property.
 String toString()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

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