VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.metadata.MetadataSchemaController

Packages that use MetadataSchemaController
uk.ac.reload.editor.contentpackaging   
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.metadata.formview   
uk.ac.reload.editor.metadata.tabbedformview   
uk.ac.reload.editor.vocabulary   
 

Uses of MetadataSchemaController in uk.ac.reload.editor.contentpackaging
 

Methods in uk.ac.reload.editor.contentpackaging that return MetadataSchemaController
static MetadataSchemaController SCORM1_2SchemaController.getDefaultMetadataSchemaController()
           
static MetadataSchemaController ContentPackageSchemaController.getDefaultMetadataSchemaController()
           
 

Methods in uk.ac.reload.editor.contentpackaging with parameters of type MetadataSchemaController
protected  void SCORM1_2Package.newDocument(java.io.File projectFolder, ContentPackageSchemaController cpController, MetadataSchemaController mdController)
          Setup the JDOM Document with Namespaces set and root element set and some default attributes.
 void ContentPackage.newContentPackage(java.io.File projectFolder, ContentPackageSchemaController cpController, MetadataSchemaController mdController)
          Set up New CP with new project folder, imsmanifest.xml amd Schema files
protected  void ContentPackage.newDocument(java.io.File projectFolder, ContentPackageSchemaController cpController, MetadataSchemaController mdController)
          Setup the JDOM Document with Namespaces set and root element set and some default attributes.
 

Uses of MetadataSchemaController in uk.ac.reload.editor.metadata
 

Methods in uk.ac.reload.editor.metadata that return MetadataSchemaController
static MetadataSchemaController MetadataSchemaController.getDefaultSchemaController()
          Get the default VocabularySchemaController
 

Methods in uk.ac.reload.editor.metadata with parameters of type MetadataSchemaController
 void MetadataEditorFrame.newDocument(MetadataSchemaController schemaController)
          Create a new Metadata JDOM Document
 void MetadataEditorFrame.setDocument(java.io.File file, org.jdom.Document doc, MetadataSchemaController schemaController)
          Set a Metadata JDOM Document - this will be standalone
 void MetadataEditor.newDocument(boolean standalone, MetadataSchemaController schemaController)
          Load a new Metadata JDOM Document
 void MetadataEditor.setDocument(java.io.File file, org.jdom.Document doc, MetadataSchemaController schemaController)
          Set a Metadata JDOM Document - this will be standalone
 void MetadataEditor.setMetadataElement(org.jdom.Element mdElement, MetadataSchemaController schemaController)
          Set the Metadata to a MD Element from a CP
 void MetadataEditor.importMetadata(org.jdom.Document doc, MetadataSchemaController schemaController)
          Set the Metadata to an Imported MD Doc for a CP
 void Metadata.newDocument(MetadataSchemaController controller)
          Setup the JDOM Document with Namespaces and root element
 void Metadata.importMetadata(org.jdom.Document doc, MetadataSchemaController controller)
          Set the Metadata to an Imported Metadata Document
 

Constructors in uk.ac.reload.editor.metadata with parameters of type MetadataSchemaController
Metadata(java.io.File file, org.jdom.Document doc, MetadataSchemaController schemaController)
          Constructor for a Standalone MD File that exists
Metadata(org.jdom.Element mdElement, MetadataSchemaController schemaController)
          Constructor for a non-standalone MD that has existing MD Element
 

Uses of MetadataSchemaController in uk.ac.reload.editor.metadata.formview
 

Fields in uk.ac.reload.editor.metadata.formview declared as MetadataSchemaController
protected  MetadataSchemaController MetadataFormModel._schemaController
          The Metadata Schema Controller
 

Uses of MetadataSchemaController in uk.ac.reload.editor.metadata.tabbedformview
 

Fields in uk.ac.reload.editor.metadata.tabbedformview declared as MetadataSchemaController
protected  MetadataSchemaController MetadataTabbedFormPanel._schemaController
          The Controller
protected  MetadataSchemaController LangStringTableWidget._schemaController
          The Controller
 

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

Methods in uk.ac.reload.editor.vocabulary that return MetadataSchemaController
 MetadataSchemaController VocabularyMetadata.getMetadataSchemaController()
          Get the vocabulary metadata schema controller
 


VdexReload 1.1.3 API