|
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.simplesequencing.SimpleSequencingSchemaController
The Simple Sequencing ReloadSchema Controller
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 | |
SimpleSequencingSchemaController(java.io.File fileSchema,
java.io.File fileHelper,
java.io.File fileVocab)
Constructor |
Method Summary | |
javax.swing.Icon |
getClosedIcon(org.jdom.Element element)
Get the closed icon |
javax.swing.Icon |
getClosedIcon(ReloadSchemaElement schemaElement)
Get the closed icon |
javax.swing.Icon |
getLeafIcon(org.jdom.Element element)
Get the leaf icon |
javax.swing.Icon |
getLeafIcon(ReloadSchemaElement schemaElement)
Get the leaf icon |
javax.swing.Icon |
getOpenIcon(org.jdom.Element element)
Get the open icon |
javax.swing.Icon |
getOpenIcon(ReloadSchemaElement schemaElement)
Get the open icon |
java.lang.String |
getRootElementName()
Get the Root element name |
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 SimpleSequencingSchemaController(java.io.File fileSchema, java.io.File fileHelper, java.io.File fileVocab)
fileSchema
- the schema filefileHelper
- the schema helper filefileVocab
- the schema vocab helper fileMethod Detail |
public java.lang.String getRootElementName()
getRootElementName
in class ReloadSchemaController
public javax.swing.Icon getLeafIcon(org.jdom.Element element)
getLeafIcon
in class ReloadEditorSchemaController
element
- the element concerned
public javax.swing.Icon getLeafIcon(ReloadSchemaElement schemaElement)
getLeafIcon
in class ReloadEditorSchemaController
schemaElement
- the schema element concerned
public javax.swing.Icon getOpenIcon(org.jdom.Element element)
getOpenIcon
in class ReloadEditorSchemaController
element
- the element concerned
public javax.swing.Icon getOpenIcon(ReloadSchemaElement schemaElement)
getOpenIcon
in class ReloadEditorSchemaController
schemaElement
- the schema element concerned
public javax.swing.Icon getClosedIcon(org.jdom.Element element)
getClosedIcon
in class ReloadEditorSchemaController
element
- the element concerned
public javax.swing.Icon getClosedIcon(ReloadSchemaElement schemaElement)
getClosedIcon
in class ReloadEditorSchemaController
schemaElement
- the schema element concerned
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |