|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.moonunit.dom.ReloadDocument
uk.ac.reload.moonunit.dom.ReloadSchemaDocument
uk.ac.reload.editor.metadata.Metadata
uk.ac.reload.editor.vocabulary.VocabularyMetadata
The Vocabulary Metadata
Nested Class Summary |
Nested classes inherited from class uk.ac.reload.moonunit.dom.ReloadSchemaDocument |
ReloadSchemaDocument.UndoableAddAction, ReloadSchemaDocument.UndoableCopyAction, ReloadSchemaDocument.UndoableCutAction, ReloadSchemaDocument.UndoableDeleteAction, ReloadSchemaDocument.UndoableMoveAction, ReloadSchemaDocument.UndoablePasteAction |
Field Summary | |
protected org.jdom.Element |
_lomElement
The Metadata LOM root element |
protected org.jdom.Element |
_mdElement
The Vocabulary Metadata element For example, vdex/metadata element |
protected Vocabulary |
_vocabulary
The Vocabulary document |
Fields inherited from class uk.ac.reload.editor.metadata.Metadata |
_isStandalone |
Fields inherited from class uk.ac.reload.moonunit.dom.ReloadSchemaDocument |
_controller, _undoHandler |
Fields inherited from class uk.ac.reload.moonunit.dom.ReloadDocument |
_dirty, _doc, _file |
Constructor Summary | |
VocabularyMetadata(org.jdom.Element mdElement,
Vocabulary vocabulary)
Constructor |
Method Summary | |
void |
createDocument(org.jdom.Element mdElement)
Create a new document using the vocabulary metadata |
org.jdom.Element |
getLOMElement()
Get the Metadata LOM element |
org.jdom.Element |
getMDElement()
Get the vocabulary metadata element |
MetadataSchemaController |
getMetadataSchemaController()
Get the vocabulary metadata schema controller |
Vocabulary |
getVocabulary()
Get the vocabulary document |
Methods inherited from class uk.ac.reload.editor.metadata.Metadata |
canCopyElement, canCutElement, canPasteFromClipboard, exportMetadata, getComments, getSchemaNamespace, getSchemaNamespaceEmbedded, getSchemaNamespaceStandalone, getTargetRootElementName, importMetadata, isStandalone, newDocument |
Methods inherited from class uk.ac.reload.moonunit.dom.ReloadDocument |
getDocument, getFile, getRootElement, isDirty, isDocumentNamespace, isMemberOfSameDocument, loadDocument, saveAsDocument, setDirty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected org.jdom.Element _mdElement
protected org.jdom.Element _lomElement
protected Vocabulary _vocabulary
Constructor Detail |
public VocabularyMetadata(org.jdom.Element mdElement, Vocabulary vocabulary)
mdElement
- the vocabulary metadata elementvocabulary
- the vocabulary documentMethod Detail |
public void createDocument(org.jdom.Element mdElement)
mdElement
- the vocabulary metadata elementpublic Vocabulary getVocabulary()
public org.jdom.Element getLOMElement()
public org.jdom.Element getMDElement()
public MetadataSchemaController getMetadataSchemaController()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |