|
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.ldeditor.LDEditorSchemaController
The Reload Editor Schema Controller
Field Summary |
Fields inherited from class uk.ac.reload.moonunit.schema.ReloadSchemaController |
_reloadSchema, _schemaFile, _schemaHelper, _version, _vocab |
Constructor Summary | |
LDEditorSchemaController()
Constructor |
|
LDEditorSchemaController(java.io.File fileSchema,
java.io.File fileHelper,
java.io.File fileVocab)
Constructor |
Method Summary | |
abstract javax.swing.Icon |
getClosedIcon(org.jdom.Element element)
Return a Closed Icon for an Element |
abstract javax.swing.Icon |
getClosedIcon(ReloadSchemaElement schemaElement)
Return a Closed Icon for an Element |
abstract javax.swing.Icon |
getLeafIcon(org.jdom.Element element)
|
abstract javax.swing.Icon |
getLeafIcon(ReloadSchemaElement schemaElement)
|
abstract javax.swing.Icon |
getOpenIcon(org.jdom.Element element)
Return an Open Icon for an Element |
abstract javax.swing.Icon |
getOpenIcon(ReloadSchemaElement schemaElement)
Return an Open Icon for an Element |
static ReloadSchemaController |
getReloadSchemaController(org.jdom.Document doc,
org.jdom.Namespace ns)
|
static ReloadSchemaController |
getReloadSchemaController(java.lang.String schemaVersion)
|
void |
loadSchema(java.io.File fileSchema)
Load the Schema and warn if need be |
void |
loadSchemaHelper(java.io.File fileHelper)
Load the Schema Helper and warn if need be |
void |
loadVocab(java.io.File fileVocab)
Load the Vocab and warn if need be |
Methods inherited from class uk.ac.reload.moonunit.schema.ReloadSchemaController |
getDefaultValue, getElementFriendlyName, getElementHelperValue, getElementTip, getFacetValue, getReloadSchema, getReloadSchemaNode, getRootElementName, 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 LDEditorSchemaController()
public LDEditorSchemaController(java.io.File fileSchema, java.io.File fileHelper, java.io.File fileVocab)
Method Detail |
public void loadSchema(java.io.File fileSchema)
loadSchema
in class ReloadSchemaController
fileSchema
- the schema filepublic void loadSchemaHelper(java.io.File fileHelper)
loadSchemaHelper
in class ReloadSchemaController
fileHelper
- the schema helper filepublic void loadVocab(java.io.File fileVocab)
loadVocab
in class ReloadSchemaController
fileVocab
- the vocabulary helper filepublic static ReloadSchemaController getReloadSchemaController(org.jdom.Document doc, org.jdom.Namespace ns)
public static ReloadSchemaController getReloadSchemaController(java.lang.String schemaVersion)
public abstract javax.swing.Icon getLeafIcon(org.jdom.Element element)
public abstract javax.swing.Icon getClosedIcon(org.jdom.Element element)
public abstract javax.swing.Icon getOpenIcon(org.jdom.Element element)
public abstract javax.swing.Icon getLeafIcon(ReloadSchemaElement schemaElement)
public abstract javax.swing.Icon getClosedIcon(ReloadSchemaElement schemaElement)
public abstract javax.swing.Icon getOpenIcon(ReloadSchemaElement schemaElement)
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |