|
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.schema.ReloadSchemaController
uk.ac.reload.editor.ReloadEditorSchemaController
uk.ac.reload.editor.metadata.MetadataSchemaController
The Metadata Schema Controller - this interfaces from the various helpers
Field Summary |
Fields inherited from class uk.ac.reload.editor.ReloadEditorSchemaController |
_helperProfile |
Fields inherited from class uk.ac.reload.moonunit.schema.ReloadSchemaController |
_reloadSchema, _schemaFile, _schemaHelper, _version, _vocab |
Constructor Summary | |
MetadataSchemaController(java.io.File fileSchema,
java.lang.String version)
Constructor with Default Profile |
Method Summary | |
javax.swing.Icon |
getClosedIcon(org.jdom.Element element)
Get The Closed Icon (for the Full View Tree) |
javax.swing.Icon |
getClosedIcon(ReloadSchemaElement schemaElement)
Get The Closed Icon (for the Full View Tree) |
static MetadataSchemaController |
getDefaultSchemaController()
Get the default VocabularySchemaController |
javax.swing.Icon |
getLeafIcon(org.jdom.Element element)
Get The Leaf Icon (for the Full View Tree) |
javax.swing.Icon |
getLeafIcon(ReloadSchemaElement schemaElement)
Get The Leaf Icon (for the Full View Tree) |
javax.swing.Icon |
getOpenIcon(org.jdom.Element element)
Get The Open Icon (for the Full View Tree) |
javax.swing.Icon |
getOpenIcon(ReloadSchemaElement schemaElement)
Get The Open Icon (for the Full View Tree) |
java.lang.String |
getRootElementName()
Get the Metadata Root Element name |
ReloadSchemaElement[] |
getTopLevelElements()
Get the top level IMS Element Categories (9 in this case) |
boolean |
isTopLevelElement(ReloadSchemaElement schemaElement)
Find out if the given Element is a top level one below "lom" |
Methods inherited from class uk.ac.reload.editor.ReloadEditorSchemaController |
getReloadHelperProfile, getReloadSchemaController, getReloadSchemaController, loadSchema, loadSchemaHelper, loadVocab, setHelperProfile, showWarningMessage |
Methods inherited from class uk.ac.reload.moonunit.schema.ReloadSchemaController |
getDefaultValue, getElementFriendlyName, getElementHelperValue, getElementTip, getFacetValue, getReloadSchema, getReloadSchemaNode, getSchemaFile, getSchemaHelper, getVersion, getVocabularyList, getVocabularyList, getVocabularyList, getWidgetType, setDefaultVocabLanguage, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MetadataSchemaController(java.io.File fileSchema, java.lang.String version)
fileSchema
- the schema fileversion
- the schema versionMethod Detail |
public static MetadataSchemaController getDefaultSchemaController()
public java.lang.String getRootElementName()
getRootElementName
in class ReloadSchemaController
public ReloadSchemaElement[] getTopLevelElements()
public boolean isTopLevelElement(ReloadSchemaElement schemaElement)
schemaElement
- The Schema Element to query
public javax.swing.Icon getLeafIcon(org.jdom.Element element)
getLeafIcon
in class ReloadEditorSchemaController
element
- the leaf element
public javax.swing.Icon getLeafIcon(ReloadSchemaElement schemaElement)
getLeafIcon
in class ReloadEditorSchemaController
schemaElement
- the leaf schema element
public javax.swing.Icon getOpenIcon(org.jdom.Element element)
getOpenIcon
in class ReloadEditorSchemaController
element
- the open element
public javax.swing.Icon getOpenIcon(ReloadSchemaElement schemaElement)
getOpenIcon
in class ReloadEditorSchemaController
schemaElement
- the open schema element
public javax.swing.Icon getClosedIcon(org.jdom.Element element)
getClosedIcon
in class ReloadEditorSchemaController
element
- the closed element
public javax.swing.Icon getClosedIcon(ReloadSchemaElement schemaElement)
getClosedIcon
in class ReloadEditorSchemaController
schemaElement
- the closed schemaElement
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |