|
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.contentpackaging.ContentPackageSchemaController
The CP 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 | |
ContentPackageSchemaController()
Default Constructor with Default Profile |
|
ContentPackageSchemaController(java.io.File fileSchema,
java.lang.String version)
Default Constructor with Default Profile |
Method Summary | |
void |
copySchemaFilesToFolder(java.io.File projectFolder)
Copy the Schema Files to the Project Folder |
javax.swing.Icon |
getClosedIcon(org.jdom.Element element)
Get The Closed Icon |
javax.swing.Icon |
getClosedIcon(ReloadSchemaElement schemaElement)
Get The Closed Icon |
static MetadataSchemaController |
getDefaultMetadataSchemaController()
|
static ContentPackageSchemaController |
getDefaultSchemaController()
|
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 |
static boolean |
isAcceptedNamespaceURI(java.lang.String nameSpaceURI)
|
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 ContentPackageSchemaController()
public ContentPackageSchemaController(java.io.File fileSchema, java.lang.String version)
Method Detail |
public static ContentPackageSchemaController getDefaultSchemaController()
public static MetadataSchemaController getDefaultMetadataSchemaController()
public java.lang.String getRootElementName()
ReloadSchemaController
getRootElementName
in class ReloadSchemaController
public static boolean isAcceptedNamespaceURI(java.lang.String nameSpaceURI)
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
public void copySchemaFilesToFolder(java.io.File projectFolder) throws ReloadEditorException
ReloadEditorException
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |