Uses of Class
project35.mda.config.PluginConfigurableComponent

Packages that use PluginConfigurableComponent
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.tabletDeployment   
 

Uses of PluginConfigurableComponent in project35.desktopDeployment
 

Methods in project35.desktopDeployment with parameters of type PluginConfigurableComponent
protected  void Project35Menu.addCustomisedMenuItems(PluginConfigurableComponent componentWithPlugins)
           
protected  void Project35Menu.addCustomisedMenuItems(PluginConfigurableComponent componentWithPlugins, boolean indicateDistinctMenuSection)
           
 

Uses of PluginConfigurableComponent in project35.mda.config
 

Subclasses of PluginConfigurableComponent in project35.mda.config
 class AttributeFieldConfiguration
          holds configuration data about an attribute field.
 class CustomMenuConfiguration
          holds configuration data about a custom menu.
 class EditFieldConfiguration
          describes the configuration options for an edit field of a record.
 class EditMenuConfiguration
          holds configuration data about the Edit menu in a Project35 Dialog.
 class FileMenuConfiguration
          holds configuration data about the File menu in a Project35 Dialog.
 class HelpMenuConfiguration
          holds configuration data about the Help menu in a Project35 Dialog.
 class ListFieldConfiguration
          describes configuration for list field in a record.
 class OptionsMenuConfiguration
          holds configuration data about the Options menu in a Project35 Dialog.
 class RecordConfiguration
          holds configuration data about a record type.
 class SchemaConceptConfiguration
          base class for holding common configuration data about records, edit fields, list fields, and attribute fields.
 class ViewMenuConfiguration
          holds configuration data about the View menu in a Project35 Dialog.
 

Uses of PluginConfigurableComponent in project35.tabletDeployment
 

Methods in project35.tabletDeployment with parameters of type PluginConfigurableComponent
protected  void TabletMenu.addCustomisedMenuItems(PluginConfigurableComponent componentWithPlugins)
           
protected  void TabletMenu.addCustomisedMenuItems(PluginConfigurableComponent componentWithPlugins, boolean indicateDistinctMenuSection)