VdexReload 1.1.3 API

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

Packages that use ReloadVocabularyList
uk.ac.reload.dweezil.gui.widgets   
uk.ac.reload.editor.gui   
uk.ac.reload.editor.metadata.formview   
uk.ac.reload.editor.vocabulary.formview   
uk.ac.reload.moonunit.schema   
 

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

Fields in uk.ac.reload.dweezil.gui.widgets declared as ReloadVocabularyList
protected  ReloadVocabularyList ReloadListBox._rvList
          The Reload Vocabulary List
 

Methods in uk.ac.reload.dweezil.gui.widgets with parameters of type ReloadVocabularyList
 void ReloadListBox.setList(ReloadVocabularyList rvList)
          Set the VocabularyList
 

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

Methods in uk.ac.reload.editor.gui that return ReloadVocabularyList
 ReloadVocabularyList ReloadAttributeEditor.getAttributeVocabulary(int attIndex)
          Return the Vocabulary for this Attribute
 

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

Fields in uk.ac.reload.editor.metadata.formview declared as ReloadVocabularyList
protected  ReloadVocabularyList MetadataComboBox._rvList
          The element vocabulary list
 

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

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

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

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

Fields in uk.ac.reload.moonunit.schema declared as ReloadVocabularyList
protected  ReloadVocabularyList ReloadVocabularyListenerEvent._rvList
          The Vocabulary List
 

Methods in uk.ac.reload.moonunit.schema that return ReloadVocabularyList
 ReloadVocabularyList ReloadVocabularyListenerEvent.getReloadVocabularyList()
          Get the Vocabulary list
 ReloadVocabularyList ReloadVocabulary.getVocabularyList(ReloadSchemaNode schemaNode)
          Get a Vocabulary List for a Given Element or Attribute.
 ReloadVocabularyList ReloadVocabulary.getVocabularyList(DomPath nodePath)
          Get a Vocabulary List for a Given Element or Attribute.
 ReloadVocabularyList ReloadSchemaElement.getVocabularyList()
          Get the inbuilt vocabulary list for this Element.
 ReloadVocabularyList ReloadSchemaController.getVocabularyList(ReloadSchemaNode schemaNode)
          Get the Vocabulary list for a given element or attribute.
 ReloadVocabularyList ReloadSchemaController.getVocabularyList(DomPath domPath)
          Get the Vocabulary list for a given element or attribute.
 ReloadVocabularyList ReloadSchemaController.getVocabularyList(ReloadSchemaNode schemaNode, ReloadDocument doc)
          Get the Vocabulary list for a given element or attribute.
 ReloadVocabularyList ReloadSchemaAttribute.getVocabularyList()
          Get the inbuilt vocabulary list for this Attribute.
 

Constructors in uk.ac.reload.moonunit.schema with parameters of type ReloadVocabularyList
ReloadVocabularyListenerEvent(java.lang.Object source, ReloadVocabularyList rvList, java.lang.String[] list)
          Constructor
 


VdexReload 1.1.3 API