VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.vocabulary.Vocabulary

Packages that use Vocabulary
uk.ac.reload.editor.metadata.vdexBrowser   
uk.ac.reload.editor.vocabulary   
uk.ac.reload.editor.vocabulary.formview   
uk.ac.reload.editor.vocabulary.tableview   
 

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

Constructors in uk.ac.reload.editor.metadata.vdexBrowser with parameters of type Vocabulary
VdexTreeModel(Vocabulary vocabulary)
          Constructor
 

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

Fields in uk.ac.reload.editor.vocabulary declared as Vocabulary
protected  Vocabulary VocabularyMetadata._vocabulary
          The Vocabulary document
protected  Vocabulary VocabularyEditor._vocabulary
          The Vocabulary Document
 

Methods in uk.ac.reload.editor.vocabulary that return Vocabulary
 Vocabulary VocabularyMetadata.getVocabulary()
          Get the vocabulary document
 Vocabulary VocabularyEditor.getVocabulary()
          Get the Vocabulary JDOM Document
 

Constructors in uk.ac.reload.editor.vocabulary with parameters of type Vocabulary
VocabularyMetadata(org.jdom.Element mdElement, Vocabulary vocabulary)
          Constructor
 

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

Fields in uk.ac.reload.editor.vocabulary.formview declared as Vocabulary
protected  Vocabulary VocabularyFormModel._vocabulary
          The Vocabulary Document
 

Methods in uk.ac.reload.editor.vocabulary.formview with parameters of type Vocabulary
 void VocabularyFormPanel.setDocument(Vocabulary vocabulary)
          Set the view up to display the Vocabulary Document
 void VocabularyFormModel.setDocument(Vocabulary vocabulary)
          Update the Document
 

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

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

Fields in uk.ac.reload.editor.vocabulary.tableview declared as Vocabulary
protected  Vocabulary VocabularyTreeTableModel._vocabulary
          The Vocabulary DOM Document
protected  Vocabulary VocabularyTreeTable._vocabulary
          The Vocabulary Document
 

Methods in uk.ac.reload.editor.vocabulary.tableview that return Vocabulary
 Vocabulary VocabularyTreeTableModel.getVocabulary()
          Get the Vocabulary document
 

Methods in uk.ac.reload.editor.vocabulary.tableview with parameters of type Vocabulary
 void VocabularyTablePanel.setDocument(Vocabulary vocabulary)
          Set the view up to display the Vocabulary Document
 

Constructors in uk.ac.reload.editor.vocabulary.tableview with parameters of type Vocabulary
VocabularyTreeTableModel(Vocabulary vocabulary)
          Constructor
VocabularyTreeNode(Vocabulary vx)
          Constructor for Root Element
 


VdexReload 1.1.3 API