Package ucar.unidata.idv.control.editor
Class Action
java.lang.Object
ucar.unidata.idv.control.editor.Action
Class Action some class
- Version:
- $Revision: 1.3 $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Function property.Get the Jython property.getName()Get the Name property.Get the Selector property.voidsetFunction(String value) Set the Function property.voidSet the Jython property.voidSet the Name property.voidsetSelector(Selector value) Set the Selector property.toString()_more_
-
Constructor Details
-
Action
public Action()_more_ -
Action
_more_- Parameters:
name- _more_function- _more_selector- _more_
-
Action
_more_- Parameters:
name- _more_function- _more_jython- _more_selector- _more_
-
-
Method Details
-
setSelector
Set the Selector property.- Parameters:
value- The new value for Selector
-
getSelector
Get the Selector property.- Returns:
- The Selector
-
toString
_more_ -
setName
Set the Name property.- Parameters:
value- The new value for Name
-
getName
Get the Name property.- Returns:
- The Name
-
setFunction
Set the Function property.- Parameters:
value- The new value for Function
-
getFunction
Get the Function property.- Returns:
- The Function
-
setJython
Set the Jython property.- Parameters:
value- The new value for Jython
-
getJython
Get the Jython property.- Returns:
- The Jython
-