Uses of Class
ucar.unidata.idv.JythonManager

Packages that use JythonManager
ucar.unidata.data The data package. 
ucar.unidata.idv The idv package. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of JythonManager in ucar.unidata.data
 

Methods in ucar.unidata.data that return JythonManager
 JythonManager DataContext.getJythonManager()
          Return the JythonManager.
 

Uses of JythonManager in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as JythonManager
protected  JythonManager IdvBase.jythonManager
          The jython manager
 

Methods in ucar.unidata.idv that return JythonManager
protected  JythonManager IdvBase.doMakeJythonManager()
          Factory method to create the JythonManager
 JythonManager IdvBase.getJythonManager()
          Create, if needed, and return the JythonManager
protected  JythonManager IdvManager.getJythonManager()
          Wrapper method, calling into idv
 

Constructors in ucar.unidata.idv with parameters of type JythonManager
JythonManager.LibHolder(boolean editable, JythonManager jythonManager, String label, ucar.unidata.idv.JythonManager.MyPythonEditor editor, String filePath, JComponent wrapper)
          ctor
 

Uses of JythonManager in ucar.visad.display
 

Constructors in ucar.visad.display with parameters of type JythonManager
GridValueDisplayable(String name, JythonManager jythonManager)
          Construct with the given name.
StationLocationDisplayable(String name, int symbolType, boolean showSymbol, int idType, boolean showId, JythonManager jythonManager)
          Constructs an instance with the supplied parameters.
StationLocationDisplayable(String name, JythonManager jythonManager)
          Constructs an instance with the supplied parameters.
StationModelDisplayable(StationModel model, JythonManager jythonManager)
          Construct a StationModelDisplayable using the specified model.
StationModelDisplayable(String name, JythonManager jythonManager)
          Construct a StationModelDisplayable with the specified name
StationModelDisplayable(String name, StationModel stationModel, JythonManager jythonManager)
          Construct a StationModelDisplayable using the specified model and name.