VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.vocabulary.VocabularyHelperProfile

Packages that use VocabularyHelperProfile
uk.ac.reload.editor.vocabulary   
uk.ac.reload.editor.vocabulary.formview   
 

Uses of VocabularyHelperProfile in uk.ac.reload.editor.vocabulary
 

Methods in uk.ac.reload.editor.vocabulary that return VocabularyHelperProfile
static VocabularyHelperProfile VocabularyHelperProfile.getVocabularyProfile(java.io.File fileProfile)
          Factory method for getting a static re-usable VocabularyHelperProfile
static VocabularyHelperProfile[] VocabularyHelperProfile.getVocabularyHelperProfiles()
          Get all available VocabularyHelperProfiles
static VocabularyHelperProfile VocabularyHelperProfile.getDefaultVocabularyHelperProfile()
          Get the default VocabularyHelperProfile
 

Methods in uk.ac.reload.editor.vocabulary with parameters of type VocabularyHelperProfile
 VocabularySchemaController VocabularySchemaController.setVocabularySchema(VocabularyHelperProfile vxProfile)
          Set the Vocabulary Schema and return the approrpiate VocabularySchemaController
 void VocabularySchemaController.setVocabularyProfile(VocabularyHelperProfile vxProfile)
          Set the Vocabulary Profile
 void VocabularyEditor.loadSchema(VocabularyHelperProfile vxProfile)
          Dynamically load a Vocabulary Schema
 void VocabularyEditor.loadProfile(VocabularyHelperProfile vxProfile)
          Dynamically load a Vocabulary Helper Profile
 

Constructors in uk.ac.reload.editor.vocabulary with parameters of type VocabularyHelperProfile
VocabularySchemaController(VocabularyHelperProfile vxProfile)
          Constructor
 

Uses of VocabularyHelperProfile in uk.ac.reload.editor.vocabulary.formview
 

Fields in uk.ac.reload.editor.vocabulary.formview declared as VocabularyHelperProfile
protected  VocabularyHelperProfile VocabularyFormModel._vxProfile
          The Vocabulary Helper Profile
 


VdexReload 1.1.3 API