VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.moonunit.schema.ReloadSchemaController

Packages that use ReloadSchemaController
uk.ac.reload.editor   
uk.ac.reload.editor.contentpackaging   
uk.ac.reload.editor.gui   
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.schemaviewer   
uk.ac.reload.editor.simplesequencing   
uk.ac.reload.editor.vocabulary   
uk.ac.reload.ldeditor   
uk.ac.reload.ldeditor.schemaviewer   
uk.ac.reload.moonunit.dom   
 

Uses of ReloadSchemaController in uk.ac.reload.editor
 

Subclasses of ReloadSchemaController in uk.ac.reload.editor
 class ReloadEditorSchemaController
          The Reload Editor Schema Controller
 

Methods in uk.ac.reload.editor that return ReloadSchemaController
 ReloadSchemaController ReloadElementBinding.getReloadSchemaController()
          Get the Reload Schema Controller
static ReloadSchemaController ReloadEditorSchemaController.getReloadSchemaController(org.jdom.Document doc, org.jdom.Namespace ns)
          Get an appropriate ReloadSchemaController for a given Namespace in an Instance ReloadDocument
static ReloadSchemaController ReloadEditorSchemaController.getReloadSchemaController(java.lang.String schemaVersion)
          Get a Schema Controller depending on a Schema version
 

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

Subclasses of ReloadSchemaController in uk.ac.reload.editor.contentpackaging
 class ContentPackageSchemaController
          The CP ReloadSchema Controller
 class SCORM1_2SchemaController
          The SCORM 1.2 CP ReloadSchema Controller
 

Uses of ReloadSchemaController in uk.ac.reload.editor.gui
 

Methods in uk.ac.reload.editor.gui with parameters of type ReloadSchemaController
static ReloadWidget ReloadWidgetFactory.getWidget(ReloadSchemaController schemaController, ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the Value Panel display.
 void ReloadTipPanel.setTip(ReloadSchemaController schemaController, ReloadSchemaElement schemaElement)
          Update the text tip panel
 

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

Subclasses of ReloadSchemaController in uk.ac.reload.editor.metadata
 class MetadataSchemaController
          The Metadata Schema Controller - this interfaces from the various helpers
 

Uses of ReloadSchemaController in uk.ac.reload.editor.schemaviewer
 

Constructors in uk.ac.reload.editor.schemaviewer with parameters of type ReloadSchemaController
SchemaWindow(ReloadSchemaController schemaController, java.lang.String title)
          Constructor
NodeViewer(ReloadSchemaController schemaController)
          Default Constructor
 

Uses of ReloadSchemaController in uk.ac.reload.editor.simplesequencing
 

Subclasses of ReloadSchemaController in uk.ac.reload.editor.simplesequencing
 class SimpleSequencingSchemaController
          The Simple Sequencing ReloadSchema Controller
 

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

Subclasses of ReloadSchemaController in uk.ac.reload.editor.vocabulary
 class VocabularySchemaController
          The Vocabulary Schema Controller - this interfaces from the various helpers
 

Uses of ReloadSchemaController in uk.ac.reload.ldeditor
 

Subclasses of ReloadSchemaController in uk.ac.reload.ldeditor
 class LDEditorSchemaController
          The Reload Editor Schema Controller
 class LDSchemaController
          The Learning Design ReloadSchema Controller
 

Methods in uk.ac.reload.ldeditor that return ReloadSchemaController
static ReloadSchemaController LDEditorSchemaController.getReloadSchemaController(org.jdom.Document doc, org.jdom.Namespace ns)
           
static ReloadSchemaController LDEditorSchemaController.getReloadSchemaController(java.lang.String schemaVersion)
           
 

Uses of ReloadSchemaController in uk.ac.reload.ldeditor.schemaviewer
 

Constructors in uk.ac.reload.ldeditor.schemaviewer with parameters of type ReloadSchemaController
SchemaWindow(ReloadSchemaController schemaController, java.lang.String title)
           
NodeViewer(ReloadSchemaController schemaController)
          Default Constructor
 

Uses of ReloadSchemaController in uk.ac.reload.moonunit.dom
 

Fields in uk.ac.reload.moonunit.dom declared as ReloadSchemaController
protected  ReloadSchemaController ReloadSchemaDocument._controller
          The Schema that will be our template
 

Methods in uk.ac.reload.moonunit.dom that return ReloadSchemaController
 ReloadSchemaController ReloadSchemaDocument.getReloadSchemaController()
          Get the ReloadSchemaController for this Document
 

Methods in uk.ac.reload.moonunit.dom with parameters of type ReloadSchemaController
 void ReloadSchemaDocument.setReloadSchemaController(ReloadSchemaController controller)
          Set the ReloadSchemaController
 

Constructors in uk.ac.reload.moonunit.dom with parameters of type ReloadSchemaController
ReloadSchemaDocument(java.io.File file, org.jdom.Document doc, ReloadSchemaController schemaController)
          Constructor that takes in a an XML filename, JDOM document and a ReloadSchemaController
 


VdexReload 1.1.3 API