VdexReload 1.1.3 API

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

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

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

Methods in uk.ac.reload.editor.vocabulary that return VocabularySchemaController
static VocabularySchemaController VocabularySchemaController.getDefaultSchemaController()
          Get the default VocabularySchemaController
 VocabularySchemaController VocabularySchemaController.setVocabularySchema(VocabularyHelperProfile vxProfile)
          Set the Vocabulary Schema and return the approrpiate VocabularySchemaController
 

Methods in uk.ac.reload.editor.vocabulary with parameters of type VocabularySchemaController
 void VocabularyEditorFrame.newDocument(VocabularySchemaController schemaController)
          Create a new Vocabulary JDOM Document
 void VocabularyEditorFrame.setDocument(java.io.File file, org.jdom.Document doc, VocabularySchemaController schemaController)
          Set a Vocabulary JDOM Document - this will be standalone
 void VocabularyEditor.newDocument(boolean standalone, VocabularySchemaController schemaController)
          Load a new Vocabulary JDOM Document
 void VocabularyEditor.setDocument(java.io.File file, org.jdom.Document doc, VocabularySchemaController schemaController)
          Set a Vocabulary JDOM Document - this will be standalone
 void Vocabulary.newDocument(VocabularySchemaController controller)
          Setup the JDOM Document with Namespaces and root element
 void Vocabulary.updateDocument(VocabularySchemaController controller)
          Update the JDOM Document with the new Schema Namespaces and root element
 

Constructors in uk.ac.reload.editor.vocabulary with parameters of type VocabularySchemaController
Vocabulary(java.io.File file, org.jdom.Document doc, VocabularySchemaController schemaController)
          Constructor for a Standalone vocabulary File that exists
 

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

Fields in uk.ac.reload.editor.vocabulary.formview declared as VocabularySchemaController
protected  VocabularySchemaController VocabularyFormModel._schemaController
          The Vocabulary Schema Controller
 


VdexReload 1.1.3 API