VdexReload 1.1.3 API

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

Packages that use ReloadSchemaElement
uk.ac.reload.dweezil.gui.widgets   
uk.ac.reload.editor   
uk.ac.reload.editor.contentpackaging   
uk.ac.reload.editor.contentpackaging.manifestview   
uk.ac.reload.editor.gui   
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.metadata.formview   
uk.ac.reload.editor.metadata.tabbedformview   
uk.ac.reload.editor.metadata.tableview   
uk.ac.reload.editor.schemaviewer   
uk.ac.reload.editor.simplesequencing   
uk.ac.reload.editor.vocabulary   
uk.ac.reload.editor.vocabulary.formview   
uk.ac.reload.editor.vocabulary.tableview   
uk.ac.reload.ldeditor   
uk.ac.reload.ldeditor.schemaviewer   
uk.ac.reload.moonunit.dom   
uk.ac.reload.moonunit.schema   
 

Uses of ReloadSchemaElement in uk.ac.reload.dweezil.gui.widgets
 

Fields in uk.ac.reload.dweezil.gui.widgets declared as ReloadSchemaElement
protected  ReloadSchemaElement ReloadButtonTextPane._schemaElement
          The Reload Schema Element bound to the JTextPane
protected  ReloadSchemaElement ReloadButtonTextArea._schemaElement
          The Reload Schema Element bound to the JTextPane
protected  ReloadSchemaElement ReloadButtonTextField._schemaElement
          The Reload Schema Element bound to the JTextPane
 

Methods in uk.ac.reload.dweezil.gui.widgets that return ReloadSchemaElement
 ReloadSchemaElement ReloadButtonTextPane.getSchemaElement()
          Get the schema element that is bound to this TextPane
 ReloadSchemaElement ReloadButtonTextArea.getSchemaElement()
          Get the schema element that is bound to this TextArea
 ReloadSchemaElement ReloadButtonTextField.getSchemaElement()
          Get the schema element that is bound to this TextField
 

Methods in uk.ac.reload.dweezil.gui.widgets with parameters of type ReloadSchemaElement
 void ReloadButtonTextPane.setSchemaElement(ReloadSchemaElement schemaElement)
          Set the schema element that is bound to this TextPane
 void ReloadButtonTextArea.setSchemaElement(ReloadSchemaElement schemaElement)
          Set the schema element that is bound to this TextArea
 void ReloadButtonTextField.setSchemaElement(ReloadSchemaElement schemaElement)
          Set the schema element that is bound to this TextField
 

Uses of ReloadSchemaElement in uk.ac.reload.editor
 

Fields in uk.ac.reload.editor declared as ReloadSchemaElement
protected  ReloadSchemaElement ReloadElementBinding._reloadSchemaElement
          The associated ReloadSchemaElement This is transient to stop Mac drag and drop wanting serializable members
 

Methods in uk.ac.reload.editor that return ReloadSchemaElement
 ReloadSchemaElement ReloadElementBinding.getSchemaElement()
          Get the ReloadSchemaElement
 ReloadSchemaElement ReloadElementBinding.__getSchemaElement()
          Could use this method instead
 

Methods in uk.ac.reload.editor with parameters of type ReloadSchemaElement
abstract  javax.swing.Icon ReloadEditorSchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
          Get The Leaf Icon (for the Full View Tree)
abstract  javax.swing.Icon ReloadEditorSchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
          Get The Closed Icon (for the Full View Tree)
abstract  javax.swing.Icon ReloadEditorSchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
          Get The Open Icon (for the Full View Tree)
 

Constructors in uk.ac.reload.editor with parameters of type ReloadSchemaElement
ReloadElementBinding(org.jdom.Element element, ReloadSchemaElement reloadSchemaElement, ReloadSchemaDocument reloadDocument)
          Constructor
 

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

Fields in uk.ac.reload.editor.contentpackaging declared as ReloadSchemaElement
protected  ReloadSchemaElement SCORM1_2EditorDialog._schema_itemElement
          The schemaElement
 

Methods in uk.ac.reload.editor.contentpackaging with parameters of type ReloadSchemaElement
 javax.swing.Icon SCORM1_2SchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
          Over-ride to get The Leaf Icon
protected  void SCORM1_2EditorDialog.addElement(ReloadSchemaElement schemaElement, javax.swing.JPanel panel, int x, int y, int width, int height)
          Add an Element to the Panel
 javax.swing.Icon ContentPackageSchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
          Get The Leaf Icon
 javax.swing.Icon ContentPackageSchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
          Get The Open Icon
 javax.swing.Icon ContentPackageSchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
          Get The Closed Icon
 boolean ContentPackage.canCutElement(org.jdom.Element element, ReloadSchemaElement schemaElement)
           
 org.jdom.Element ContentPackage.addElementBySchema(java.lang.Object source, org.jdom.Element parentElement, ReloadSchemaElement newSchemaElement, boolean doSelect)
          Over-ride this so we can intercept it to do stuff
 

Constructors in uk.ac.reload.editor.contentpackaging with parameters of type ReloadSchemaElement
SCORM1_2EditorDialog(ContentPackage contentPackage, org.jdom.Element itemElement, ReloadSchemaElement schema_itemElement)
          Constructor
 

Uses of ReloadSchemaElement in uk.ac.reload.editor.contentpackaging.manifestview
 

Methods in uk.ac.reload.editor.contentpackaging.manifestview with parameters of type ReloadSchemaElement
protected  boolean ManifestTreeModel.doShowNode(ReloadSchemaElement schemaElement)
           
protected  boolean ManifestTreeModel.canAddNode(ReloadSchemaElement schemaElement)
           
protected  void ManifestTree.editSCORM(org.jdom.Element itemElement, ReloadSchemaElement schemaElement)
          Edit the SCORM Elements in the SCORM dialog Editor
protected  void ManifestElementEditor.setupWidget(ReloadSchemaDocument doc, org.jdom.Element element, ReloadSchemaElement schemaElement)
          Over-ride to do stuff
 

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

Fields in uk.ac.reload.editor.gui declared as ReloadSchemaElement
protected  ReloadSchemaElement ReloadFormField._schemaElement
          Our schema template
protected  ReloadSchemaElement ReloadElementTreeNode._reloadSchemaElement
          The associated ReloadSchemaElement
 

Methods in uk.ac.reload.editor.gui that return ReloadSchemaElement
 ReloadSchemaElement ReloadElementTreeNode.getSchemaElement()
          Get the ReloadSchemaElement
 

Methods in uk.ac.reload.editor.gui with parameters of type ReloadSchemaElement
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
protected  void ReloadElementEditor.setupWidget(ReloadSchemaDocument doc, org.jdom.Element element, ReloadSchemaElement schemaElement)
          Set The Widget to display the data for the Element
 

Constructors in uk.ac.reload.editor.gui with parameters of type ReloadSchemaElement
ReloadFormField(ReloadSchemaDocument reloadDocument, ReloadSchemaElement schemaElement)
          Constructor
ReloadFormField(ReloadSchemaDocument reloadDocument, org.jdom.Element element, ReloadSchemaElement schemaElement)
          Constructor
 

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

Methods in uk.ac.reload.editor.metadata that return ReloadSchemaElement
 ReloadSchemaElement[] MetadataSchemaController.getTopLevelElements()
          Get the top level IMS Element Categories (9 in this case)
 

Methods in uk.ac.reload.editor.metadata with parameters of type ReloadSchemaElement
 boolean MetadataSchemaController.isTopLevelElement(ReloadSchemaElement schemaElement)
          Find out if the given Element is a top level one below "lom"
 javax.swing.Icon MetadataSchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
          Get The Leaf Icon (for the Full View Tree)
 javax.swing.Icon MetadataSchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
          Get The Open Icon (for the Full View Tree)
 javax.swing.Icon MetadataSchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
          Get The Closed Icon (for the Full View Tree)
 boolean Metadata.canCutElement(org.jdom.Element element, ReloadSchemaElement schemaElement)
          Whether we can cut an element or not
 

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

Methods in uk.ac.reload.editor.metadata.formview with parameters of type ReloadSchemaElement
protected  ReloadWidget MetadataTextField.getMetadataTextFieldWidget(ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the MD Form display
protected  MetadataField MetadataFormModel.createElementWidget(ReloadSchemaElement schemaElement)
          Create a widget bound to an Element
 

Constructors in uk.ac.reload.editor.metadata.formview with parameters of type ReloadSchemaElement
MetadataTextField(Metadata metadata, ReloadSchemaElement schemaElement)
          Constructor
MetadataField(ReloadSchemaDocument doc, ReloadSchemaElement schemaElement)
          Constructor
MetadataComboBox(Metadata metadata, ReloadSchemaElement schemaElement, ReloadVocabularyList rvList)
          Constructor
 

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

Fields in uk.ac.reload.editor.metadata.tabbedformview declared as ReloadSchemaElement
protected  ReloadSchemaElement MetadataGroupPanel._schemaElement
          The Schema Element that this Panel relates to
protected  ReloadSchemaElement LangStringTableWidget._schemaElement
          The Parent ReloadSchemaElement
 

Methods in uk.ac.reload.editor.metadata.tabbedformview with parameters of type ReloadSchemaElement
protected  MetadataGroupPanel MetadataTabbedFormPanel.createPanel(Metadata metadata, ReloadSchemaElement schemaElement)
           
protected  void GeneralPanel.constructView(Metadata metadata, ReloadSchemaElement schemaElement)
          Construct the View
 

Constructors in uk.ac.reload.editor.metadata.tabbedformview with parameters of type ReloadSchemaElement
MetadataGroupPanel(Metadata metadata, ReloadSchemaElement schemaElement)
          Constructor
LangStringTableWidget(Metadata metadata, ReloadSchemaElement schemaElement, int width, int height)
          Default Constructor
GeneralPanel(Metadata metadata, ReloadSchemaElement schemaElement)
          Constructor
 

Uses of ReloadSchemaElement in uk.ac.reload.editor.metadata.tableview
 

Methods in uk.ac.reload.editor.metadata.tableview with parameters of type ReloadSchemaElement
protected  boolean MetadataTreeTableModel.doShowNode(ReloadSchemaElement schemaElement)
          Decide whether to display an Element on the Tree
protected  boolean MetadataTreeTableModel.canAddNode(ReloadSchemaElement schemaElement)
          Decide whether to allow to add an Element on the Tree
 

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

Methods in uk.ac.reload.editor.schemaviewer with parameters of type ReloadSchemaElement
 void NodeViewer.setElement(ReloadSchemaElement schemaElement)
          Set the viewer to display the information for a ReloadSchemaElement.
 

Constructors in uk.ac.reload.editor.schemaviewer with parameters of type ReloadSchemaElement
SchemaTreeNode(ReloadSchemaElement element)
          Constructor
 

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

Methods in uk.ac.reload.editor.simplesequencing with parameters of type ReloadSchemaElement
 javax.swing.Icon SimpleSequencingSchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
          Get the leaf icon
 javax.swing.Icon SimpleSequencingSchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
          Get the open icon
 javax.swing.Icon SimpleSequencingSchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
          Get the closed icon
 

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

Methods in uk.ac.reload.editor.vocabulary that return ReloadSchemaElement
 ReloadSchemaElement[] VocabularySchemaController.getTopLevelElements()
          Get the top level VDEX Element Categories (4 in this case)
 

Methods in uk.ac.reload.editor.vocabulary with parameters of type ReloadSchemaElement
 boolean VocabularySchemaController.isTopLevelElement(ReloadSchemaElement schemaElement)
          Find out if the given Element is a top level one below "vdex"
 javax.swing.Icon VocabularySchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
          Get The Leaf Icon (for the Full View Tree)
 javax.swing.Icon VocabularySchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
          Get The Open Icon (for the Full View Tree)
 javax.swing.Icon VocabularySchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
          Get The Closed Icon (for the Full View Tree)
 boolean Vocabulary.canCutElement(org.jdom.Element element, ReloadSchemaElement schemaElement)
          Whether we can cut an element or not
 

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

Methods in uk.ac.reload.editor.vocabulary.formview with parameters of type ReloadSchemaElement
protected  ReloadWidget VocabularyTextField.getVocabularyTextFieldWidget(ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the VX Form display
protected  VocabularyField VocabularyFormModel.createElementWidget(ReloadSchemaElement schemaElement)
          Create a widget bound to an Element
 

Constructors in uk.ac.reload.editor.vocabulary.formview with parameters of type ReloadSchemaElement
VocabularyTextField(Vocabulary vocabulary, ReloadSchemaElement schemaElement)
          Constructor
VocabularyField(ReloadSchemaDocument doc, ReloadSchemaElement schemaElement)
          Constructor
VocabularyComboBox(Vocabulary vocabulary, ReloadSchemaElement schemaElement, ReloadVocabularyList rvList)
          Constructor
 

Uses of ReloadSchemaElement in uk.ac.reload.editor.vocabulary.tableview
 

Methods in uk.ac.reload.editor.vocabulary.tableview with parameters of type ReloadSchemaElement
protected  boolean VocabularyTreeTableModel.doShowNode(ReloadSchemaElement schemaElement)
          Decide whether to display an Element on the Tree
protected  boolean VocabularyTreeTableModel.canAddNode(ReloadSchemaElement schemaElement)
          Decide whether to allow to add an Element on the Tree
 

Uses of ReloadSchemaElement in uk.ac.reload.ldeditor
 

Methods in uk.ac.reload.ldeditor with parameters of type ReloadSchemaElement
 javax.swing.Icon LDSchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
           
 javax.swing.Icon LDSchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
           
 javax.swing.Icon LDSchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
           
abstract  javax.swing.Icon LDEditorSchemaController.getLeafIcon(ReloadSchemaElement schemaElement)
           
abstract  javax.swing.Icon LDEditorSchemaController.getClosedIcon(ReloadSchemaElement schemaElement)
          Return a Closed Icon for an Element
abstract  javax.swing.Icon LDEditorSchemaController.getOpenIcon(ReloadSchemaElement schemaElement)
          Return an Open Icon for an Element
 

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

Methods in uk.ac.reload.ldeditor.schemaviewer with parameters of type ReloadSchemaElement
 void NodeViewer.setElement(ReloadSchemaElement schemaElement)
          Set the viewer to display the information for a ReloadSchemaElement.
 

Constructors in uk.ac.reload.ldeditor.schemaviewer with parameters of type ReloadSchemaElement
SchemaTreeNode(ReloadSchemaElement element)
          Constructor
 

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

Methods in uk.ac.reload.moonunit.dom with parameters of type ReloadSchemaElement
 org.jdom.Element ReloadSchemaDocument.getElement(ReloadSchemaElement schemaElement)
          Return the 'first' found Element for the given DOM Path or null if not found
 org.jdom.Element[] ReloadSchemaDocument.getElements(ReloadSchemaElement schemaElement)
          Return all Elements for the given ReloadSchemaElement Path or an empty array
 org.jdom.Element ReloadSchemaDocument.addElementUnique(java.lang.Object source, ReloadSchemaElement newSchemaElement, boolean doSelect)
          Add a new Element given the Path in the ReloadSchemaElement.
 org.jdom.Element ReloadSchemaDocument.addElementBySchemaUndoable(java.lang.Object source, org.jdom.Element parentElement, ReloadSchemaElement newSchemaElement, boolean doSelect)
          Add a new Element to the parent Element based on RELOADSchemaElement and register an Undo event.
 org.jdom.Element ReloadSchemaDocument.addElementBySchema(java.lang.Object source, org.jdom.Element parentElement, ReloadSchemaElement newSchemaElement, boolean doSelect)
          Add a new Element to the parent Element based on ReloadSchemaElement Create new JDOM Element based on childSchemaElement Insert into the correct position! Set any defaults of the Element Add any default child Elements if needed
 boolean ReloadSchemaDocument.canAddElement(org.jdom.Element parentElement, ReloadSchemaElement childSchemaElement)
          Decide whether a child Element can be added to a parent Element by max amount
 boolean ReloadSchemaDocument.canDeleteElement(org.jdom.Element element, ReloadSchemaElement schemaElement)
          Decide whether a Element can be deleted
 boolean ReloadSchemaDocument.canCutElement(org.jdom.Element element, ReloadSchemaElement schemaElement)
          Decides whether we can cut an element - will need to override this
static int ReloadSchemaDocument.getInsertPositionOfElement(org.jdom.Element parentElement, ReloadSchemaElement newSchemaElement)
          Get the correct position to insert an element according to the Schema
 

Uses of ReloadSchemaElement in uk.ac.reload.moonunit.schema
 

Methods in uk.ac.reload.moonunit.schema that return ReloadSchemaElement
 ReloadSchemaElement ReloadSchemaElement.setReloadSchema(ReloadSchema reloadSchema)
          Set the parent owning ReloadSchema
 ReloadSchemaElement[] ReloadSchemaElement.getChildren()
          Get the Children Elements of this Element.
 ReloadSchemaElement[] ReloadSchemaElement.getChildren(org.jdom.Namespace ns)
          Get the Children Elements of this Element with a given Namespace.
 ReloadSchemaElement ReloadSchemaElement.getChild(java.lang.String childName)
          Get a child schema element by name
 ReloadSchemaElement ReloadSchemaElement.getChild(java.lang.String childName, org.jdom.Namespace ns)
          Get a child schema element by name with given namespace
 ReloadSchemaElement ReloadSchemaElement.getChildAt(int index)
          Get the child ReloadSchemaElement at index position
 ReloadSchemaElement ReloadSchema.getRootElement()
          Get the root element
 

Methods in uk.ac.reload.moonunit.schema with parameters of type ReloadSchemaElement
 ReloadSchemaNode ReloadSchemaNode.setParent(ReloadSchemaElement parent)
          Set the parent of this node.
 int ReloadSchemaElement.indexofChild(ReloadSchemaElement child)
          Get the index of the child element
 boolean ReloadSchemaElement.hasAncestor(ReloadSchemaElement schemaElement)
          Determine if a schemaElement has an ancestor of the same name
 


VdexReload 1.1.3 API