Uses of Class
FileTable

Uses of FileTable in
 

Fields in declared as FileTable
 FileTable ArrayLayout.mapTbl
          Table equivalent of desiredFields[]
 FileTable CvtGUI.ft
          FileTable instance
 FileTable EditMaeProjectFiles.nvTbl
          current table for getting (name,value) pairs from file
 

Methods in that return FileTable
 FileTable EditMaeProjectFiles.readConfigFile(java.lang.String defaultPromptDir)
          readConfigFile() - read config file
 

Methods in with parameters of type FileTable
 boolean EditMaeProjectFiles.getConfigValuesFromTable(FileTable cfgTbl)
          getConfigValuesFromTable() - get Config mcd.
private  boolean SetupLayouts.parseArrayLayoutToTableData(FileTable ft)
          parseArrayLayoutToTableData() - parse (N,V) table data to alo_XXXX vars.
private  java.lang.String SetupLayouts.getValueByName(FileTable ft, java.lang.String name)
          getValueByName() - get Value by Name for Table with Fields[0:1] = {Name","Value"}.
private  long SetupLayouts.getValueByNameLong(FileTable ft, java.lang.String name)
          getValueByNameLong() - get long Value by Name for Table with Fields[0:1] = {Name","Value"}.
private  int SetupLayouts.getValueByNameInt(FileTable ft, java.lang.String name)
          getValueByNameInt() - get int Value by Name for Table with Fields[0:1] = {Name","Value"}.
private  boolean SetupLayouts.getValueByNameBool(FileTable ft, java.lang.String name)
          getValueByNameBool() - get int Value by Name for Table with Fields[0:1] = {Name","Value"}.