Uses of Class
ucar.unidata.idv.ui.ParamInfo

Packages that use ParamInfo
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of ParamInfo in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui that return ParamInfo
 ParamInfo ParamDefaultsEditor.ParamDefaultsTable.findByName(String name)
          Find the ParamInfo from the name
 ParamInfo ParamDefaultsEditor.ParamDefaultsTable.getInfo(int row)
          Return the ParamInfo
 

Methods in ucar.unidata.idv.ui with parameters of type ParamInfo
 void ParamDefaultsEditor.ParamDefaultsTable.add(ParamInfo i)
          Add the ParamInfo into the table
 void ParamDefaultsEditor.ParamDefaultsTable.addBeginning(ParamInfo i)
          Add the ParamInfo into the table
protected  void ParamDefaultsEditor.copyToUsers(ParamInfo i)
          Copy the given ParamInfo object into the user's editable table
 boolean ParamDefaultsEditor.ParamDefaultsTable.editRow(ParamInfo paramInfo)
          Edit the param info
 boolean ParamDefaultsEditor.ParamDefaultsTable.editRow(ParamInfo paramInfo, boolean removeOnCancel)
          Edit row
 void ParamInfo.initWith(ParamInfo that)
          Copy the state
 void ParamDefaultsEditor.ParamDefaultsTable.selectParamInfo(ParamInfo info)
          Select the param info
 

Constructors in ucar.unidata.idv.ui with parameters of type ParamInfo
ParamInfo(ParamInfo other)
          Create this ParamInfo.