VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.ReloadEditorException

Packages that use ReloadEditorException
uk.ac.reload.editor   
uk.ac.reload.editor.contentpackaging   
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.metadata.vdexBrowser   
uk.ac.reload.editor.vocabulary   
 

Uses of ReloadEditorException in uk.ac.reload.editor
 

Methods in uk.ac.reload.editor that throw ReloadEditorException
static java.io.File ReloadEditorDocumentHandler.unzipContentPackage(java.io.File zipFile, java.io.File targetFolder, ReloadProgressMonitor progressMonitor)
          Ask to Unzip a Content Package Archive File
 

Constructors in uk.ac.reload.editor that throw ReloadEditorException
ReloadHelperProfile(java.io.File fileProfile)
          Constructor
 

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

Methods in uk.ac.reload.editor.contentpackaging that throw ReloadEditorException
 void SCORM1_2SchemaController.copySchemaFilesToFolder(java.io.File projectFolder)
          Copy the Schema Files to the Project Folder
 void SCORM1_2PackageEditor.setDocument(java.io.File file, org.jdom.Document doc, SCORM1_2SchemaController schemaController)
          Load an existing SCORM Content Package
 void SCORM1_2PackageEditor.newContentPackage(java.io.File projectFolder)
          Start a new CP Project with a new imsmanifest.xml
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.
static SCORM1_2HelperProfile SCORM1_2HelperProfile.getSCORM1_2Profile(java.io.File fileProfile)
          Factory method for getting a static re-usable SCORM Profile
static SCORM1_2HelperProfile SCORM1_2HelperProfile.getDefaultSCORM1_2HelperProfile()
           
 void ContentPackageSchemaController.copySchemaFilesToFolder(java.io.File projectFolder)
          Copy the Schema Files to the Project Folder
static ContentPackageHelperProfile ContentPackageHelperProfile.getContentPackageProfile(java.io.File fileProfile)
          Factory method for getting a static re-usable CP Profile
static ContentPackageHelperProfile ContentPackageHelperProfile.getDefaultContentPackageHelperProfile()
           
 void ContentPackageEditor.setDocument(java.io.File file, org.jdom.Document doc, ContentPackageSchemaController schemaController)
          Load an existing Content Package imsmanifest.xml
 void ContentPackageEditor.newContentPackage(java.io.File projectFolder)
          Start a new CP Project with a new imsmanifest.xml
 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.
 org.jdom.Element ContentPackage.importManifest(java.io.File manifestFile, org.jdom.Element manifestElement, java.lang.String base)
          Import (aggregate) another Package into this Content Package at manifestElement
 boolean ContentPackage.exportManifest(org.jdom.Element manifestElement, java.io.File targetFolder)
          Export (disagggregate) manifestElement to new Content Package
 

Constructors in uk.ac.reload.editor.contentpackaging that throw ReloadEditorException
SCORM1_2HelperProfile(java.io.File fileProfile)
          Constructor
ContentPackageHelperProfile(java.io.File fileProfile)
          Constructor
 

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

Methods in uk.ac.reload.editor.metadata that throw ReloadEditorException
protected  void MetadataEditorDialog_Vocabulary.createDocument(org.jdom.Element mdElement, VocabularyMetadata vocabularyMetadata)
          Create a Metadata Document for Editing
protected  void MetadataEditorDialog_Vocabulary.importMetadata()
          Import a standalone MD File into a Vdex Vocabulary
static MetadataHelperProfile MetadataHelperProfile.getMetadataProfile(java.io.File fileProfile)
          Factory method for getting a static re-usable MetadataProfile
static MetadataHelperProfile MetadataHelperProfile.getDefaultMetadataHelperProfile()
          Get the default MetadataHelperProfile
 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
protected  void MetadataEditorDialog.createDocument(org.jdom.Element mdElement, ContentPackage cp)
          Create a Metadata Document for Editing
protected  void MetadataEditorDialog.importMetadata()
          Import a standalone MD File into a CP LOM
 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.importMetadata(org.jdom.Document doc, MetadataSchemaController schemaController)
          Set the Metadata to an Imported MD Doc for a CP
 void MetadataEditor.exportMetadata(java.io.File file)
          Export the Metadata to a File
 void Metadata.importMetadata(org.jdom.Document doc, MetadataSchemaController controller)
          Set the Metadata to an Imported Metadata Document
 void Metadata.exportMetadata(java.io.File file)
          Export the MD from a CP or Vocabulary node to a standalone file
 

Constructors in uk.ac.reload.editor.metadata that throw ReloadEditorException
MetadataEditorDialog_Vocabulary(org.jdom.Element mdElement, VocabularyMetadata vocabularyMetadata)
          Constructor
MetadataHelperProfile(java.io.File fileProfile)
          Constructor
MetadataEditorDialog(org.jdom.Element mdElement, ContentPackage contentPackage)
          Constructor
 

Uses of ReloadEditorException in uk.ac.reload.editor.metadata.vdexBrowser
 

Methods in uk.ac.reload.editor.metadata.vdexBrowser that throw ReloadEditorException
 java.io.File MetadataVdexBrowser.getVdexFile(java.lang.String vdexSourceValue)
          Get the Vdex XML file's using the vocabulary name or id
 

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

Methods in uk.ac.reload.editor.vocabulary that throw ReloadEditorException
static VocabularyHelperProfile VocabularyHelperProfile.getVocabularyProfile(java.io.File fileProfile)
          Factory method for getting a static re-usable VocabularyHelperProfile
static VocabularyHelperProfile VocabularyHelperProfile.getDefaultVocabularyHelperProfile()
          Get the default VocabularyHelperProfile
 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
 


VdexReload 1.1.3 API