Uses of Class
ucar.unidata.idv.control.editor.Selector

Packages that use Selector
ucar.unidata.idv.control.editor This package is my (jeffmc) aborted protyping effort for a radar editor facility. 
 

Uses of Selector in ucar.unidata.idv.control.editor
 

Methods in ucar.unidata.idv.control.editor that return Selector
 Selector Action.getSelector()
          Get the Selector property.
 

Methods in ucar.unidata.idv.control.editor with parameters of type Selector
 void Action.setSelector(Selector value)
          Set the Selector property.
 

Constructors in ucar.unidata.idv.control.editor with parameters of type Selector
Action(String name, String function, Selector selector)
          _more_
Action(String name, String function, String jython, Selector selector)
          _more_