Uses of Class
PopupCondChooser.CondData

Packages that use PopupCondChooser.CondData
  
 

Uses of PopupCondChooser.CondData in
 

Fields in declared as PopupCondChooser.CondData
private  PopupCondChooser.CondData[] PopupCondChooser.cd
          List [0:maxPossibleCond-1] of working condition data: name, selected and remainder samples, param form (name,value).
(package private)  PopupCondChooser.CondData PopupCondChooser.CondParamEditForm.cd
          instance of condData
 

Methods in with parameters of type PopupCondChooser.CondData
private  boolean PopupCondChooser.saveCondState(PopupCondChooser.CondData[] cdList, int nCondLists)
          saveCondState() - saves all condition sample and param (N,V) data to MAE via MJAcondition.
 

Constructors in with parameters of type PopupCondChooser.CondData
PopupCondChooser.CondParamEditForm(PopupCondChooser pcc, PopupCondChooser.CondData cd, PopupCondChooser.CondParamEditForm oldCPEF)
          CondParamEditForm() - Constructor for parameter (name[],value[]) data.