Uses of Package
project35.mda.config

Packages that use project35.mda.config
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.soa.id This small package describes services which generate identifier values for text fields. 
project35.soa.ontology.views This package contains all the classes which support the ontology viewer that is part of the Project35 Ontology Service Framework. 
project35.soa.plugins This package contains all the classes that are needed for developers to extend the system with their own plugins. 
project35.specifications This package is used to help generate human-readable functional specifications for a given configuration file. 
project35.tabletDeployment   
 

Classes in project35.mda.config used by project35.desktopDeployment
OntologyServiceConfiguration
          Stores configuration information about an ontology service; corresponds to the "ontology_service" record defined in the XML Schema for the Project35 Configuration Tool
PluginConfigurableComponent
          a base class for all other configuration classes that can support plugins the class contains code for managing plugin configurations; especially used by the menu configuration objects and the schema concept configuration.
Project35ConfigurationReader
          this is the class that holds configuration data that the XML Schema can't express.
SchemaConceptPropertyManager
          an interface that defines the behaviour of a class which returns configuration data about concepts defined in a domain schema.
SessionManager
          this class manages session information, including default directories used to initialise where file open operations start and a list of most recently opened files.
 

Classes in project35.mda.config used by project35.mda.config
AttributeFieldConfiguration
          holds configuration data about an attribute field.
ComponentSchemaConfiguration
           Copyright (c) 2008 Kevin Garwood for Project35.
CustomMenuConfiguration
          holds configuration data about a custom menu.
DocumentValidationServiceConfiguration
          holds configuration options for a document validation service.
EditFieldConfiguration
          describes the configuration options for an edit field of a record.
EditMenuConfiguration
          holds configuration data about the Edit menu in a Project35 Dialog.
FieldValidationServiceConfiguration
          holds configuration options for a validation service; right now this is an empty service it exists for future extensibility; there may be more properties of field validation services which go beyond properties described in ServiceConfiguration
FileLauncher
          parses the file ./project35/config/FilesExtensionsToLaunch.xml.
FileMenuConfiguration
          holds configuration data about the File menu in a Project35 Dialog.
GeneralDisplayPropertiesConfiguration
           Copyright (c) 2008 Kevin Garwood for Project35.
HelpDocument
          holds configuration data about a help document.
HelpMenuConfiguration
          holds configuration data about the Help menu in a Project35 Dialog.
IDGeneratorServiceConfiguration
          holds configuration options for an ID Generator Service.
ListFieldConfiguration
          describes configuration for list field in a record.
ListFieldEditingComponentConfiguration
          holds configuration data about a Java class which is invoked as an editing component for items in a list field.
OntologyServiceConfiguration
          Stores configuration information about an ontology service; corresponds to the "ontology_service" record defined in the XML Schema for the Project35 Configuration Tool
OntologySourceConfiguration
          holds configuration data about an ontology source.
OntologyViewerConfiguration
          holds configuration data about an ontology viewer.
OptionsMenuConfiguration
          holds configuration data about the Options menu in a Project35 Dialog.
PluginConfigurableComponent
          a base class for all other configuration classes that can support plugins the class contains code for managing plugin configurations; especially used by the menu configuration objects and the schema concept configuration.
PluginConfiguration
          holds configuration data about a plugin.
Project35ConfigurationReader
          this is the class that holds configuration data that the XML Schema can't express.
RecordConfiguration
          holds configuration data about a record type.
RecordValidationServiceConfiguration
          a service that validates an instance of a record model.
SchemaConceptConfiguration
          base class for holding common configuration data about records, edit fields, list fields, and attribute fields.
SchemaConceptPropertyManager
          an interface that defines the behaviour of a class which returns configuration data about concepts defined in a domain schema.
ServiceConfiguration
          base class for holding configuration data about a service.
SessionManager
          this class manages session information, including default directories used to initialise where file open operations start and a list of most recently opened files.
ViewMenuConfiguration
          holds configuration data about the View menu in a Project35 Dialog.
 

Classes in project35.mda.config used by project35.mda.schema
Project35ConfigurationReader
          this is the class that holds configuration data that the XML Schema can't express.
 

Classes in project35.mda.config used by project35.soa.id
IDGeneratorServiceConfiguration
          holds configuration options for an ID Generator Service.
 

Classes in project35.mda.config used by project35.soa.ontology.views
OntologyServiceConfiguration
          Stores configuration information about an ontology service; corresponds to the "ontology_service" record defined in the XML Schema for the Project35 Configuration Tool
 

Classes in project35.mda.config used by project35.soa.plugins
PluginConfiguration
          holds configuration data about a plugin.
 

Classes in project35.mda.config used by project35.specifications
PluginConfiguration
          holds configuration data about a plugin.
ServiceConfiguration
          base class for holding configuration data about a service.
 

Classes in project35.mda.config used by project35.tabletDeployment
OntologyServiceConfiguration
          Stores configuration information about an ontology service; corresponds to the "ontology_service" record defined in the XML Schema for the Project35 Configuration Tool
PluginConfigurableComponent
          a base class for all other configuration classes that can support plugins the class contains code for managing plugin configurations; especially used by the menu configuration objects and the schema concept configuration.
Project35ConfigurationReader
          this is the class that holds configuration data that the XML Schema can't express.