Uses of Class
project35.mda.config.Project35ConfigurationReader

Packages that use Project35ConfigurationReader
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.mda.config This package contains classes which manage the configuration options for the data entry tool which are not covered by the XML Schema. 
project35.mda.schema The package contains classes which are responsible for interpreting the XML schema. 
project35.tabletDeployment   
 

Uses of Project35ConfigurationReader in project35.desktopDeployment
 

Fields in project35.desktopDeployment declared as Project35ConfigurationReader
protected  Project35ConfigurationReader Project35Menu.configurationReader
           
 

Methods in project35.desktopDeployment that return Project35ConfigurationReader
 Project35ConfigurationReader Workspace.getConfigurationReader()
           
 

Methods in project35.desktopDeployment with parameters of type Project35ConfigurationReader
 void Workspace.setConfigurationReader(Project35ConfigurationReader configurationReader)
           
 

Uses of Project35ConfigurationReader in project35.mda.config
 

Methods in project35.mda.config that return Project35ConfigurationReader
 Project35ConfigurationReader TestApplicationUtility.createConfigurationReader(RecordModel schemaRecord)
           
 

Uses of Project35ConfigurationReader in project35.mda.schema
 

Methods in project35.mda.schema that return Project35ConfigurationReader
 Project35ConfigurationReader SchemaReaderInterface.getConfigurationReader()
          gets the configuration file reader
 Project35ConfigurationReader MsvSchemaReader.getConfigurationReader()
           
 

Uses of Project35ConfigurationReader in project35.tabletDeployment
 

Fields in project35.tabletDeployment declared as Project35ConfigurationReader
protected  Project35ConfigurationReader TabletMenu.configurationReader