Uses of Class
Cvt2Mae

Uses of Cvt2Mae in
 

Fields in declared as Cvt2Mae
 Cvt2Mae CvtGUI.cvt
          Cvt2Mae instance
 Cvt2Mae DataIO.cvt
          Global links
 Cvt2Mae EditMaeProjectFiles.cvt
          global link to Cvt2Mae instance
private static Cvt2Mae EditWizardPanel.cvt
          global link to Cvt2Mae instance
private static Cvt2Mae FieldMap.cvt
          Global link to Cvt2Mae instance
private  Cvt2Mae FieldMapGUI.cvt
          global links
 Cvt2Mae MaeConfigData.cvt
           
private  Cvt2Mae PopupGetSepGIPOnamesForGridRowCol.cvt
          link to global instance
 Cvt2Mae SetupLayouts.cvt
          Global link to Cvt2Mae instance
 Cvt2Mae TextFrame.cvt
          Global link to Cvt2Mae instance
 

Methods in with parameters of type Cvt2Mae
 int FieldMap.getFieldsFromUserFile(Cvt2Mae cvt, java.lang.String userFile, int rowWithFields)
          getFieldsFromUserFile() - get fields from user file Return the # of rows found and save the data in fieldsOfUserFile[0:nFieldsOfUserFile-1].
static int FileTable.countLinesAndTabCountsInFile(Cvt2Mae cvt, java.lang.String fileName, boolean lookForSampleTabsFlag, java.lang.String msg, java.awt.Color color)
          countLinesAndTabCountsInFile() - open file and count number of lines & tabs
Set estLinesInFile to # lines found.
Set estSamplesRowNbr to estimated row # where Samples are listed.
Set estFieldsRowNbr to estimated row # where Fields are listed.
static boolean FileTable.findMaxGridRowColInFile(Cvt2Mae cvt, java.lang.String fileName, java.lang.String msg, java.awt.Color color, int rowWithFields, int rowNbrDataStarts)
          findMaxGridRowColInFile() - open file and find Max Grid Row Col in file This assumes that ("grid, grid_row, and grid_col") are in the FieldMap.
static int FileTable.findRowWithKeywordsInFile(Cvt2Mae cvt, java.lang.String fileName, java.lang.String[] keyWords, boolean needAllKeywordsFlag, int maxLinesToCheck, java.lang.String msg, java.awt.Color color)
          findRowWithKeywordsInFile() - open file and look for first line with keywords (case-independent) in it.
 

Constructors in with parameters of type Cvt2Mae
CvtGUI(Cvt2Mae cvt, java.lang.String title)
          CvtGUI() - Constructor to build GUI
DataIO(Cvt2Mae cvt)
          DataIO() - Constructor
FieldMapGUI(Cvt2Mae cvt, java.lang.String[] fieldLabelStr, java.lang.String[] fieldChoiceStr, java.lang.String[] mouseoverList, java.lang.String mainTitleStr, java.lang.String helpMsg, java.lang.String unusedStr, int remapMode)
          FieldMapGUI() - Constructor called from within Cvt2Mae with proper lists.
PopupGetSepGIPOnamesForGridRowCol(Cvt2Mae cvt, java.awt.Frame f, java.lang.String defGridName, java.lang.String defRowName, java.lang.String defColName, boolean allowCancel)
          PopupGetSepGIPOnamesForGridRowCol() - Constructor
SetupLayouts(Cvt2Mae cvt)
          SetupLayouts() - Constructor
TextFrame(Cvt2Mae cvt, java.lang.String title)
          TextFrame() - constructor