VdexReload 1.1.3 API

uk.ac.reload.editor.simplesequencing
Class SimpleSequencingSchemaController

java.lang.Object
  extended byuk.ac.reload.moonunit.schema.ReloadSchemaController
      extended byuk.ac.reload.editor.ReloadEditorSchemaController
          extended byuk.ac.reload.editor.simplesequencing.SimpleSequencingSchemaController

public class SimpleSequencingSchemaController
extends ReloadEditorSchemaController

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

SimpleSequencingSchemaController

public SimpleSequencingSchemaController(java.io.File fileSchema,
                                        java.io.File fileHelper,
                                        java.io.File fileVocab)
Constructor

Parameters:
fileSchema - the schema file
fileHelper - the schema helper file
fileVocab - the schema vocab helper file
Method Detail

getRootElementName

public java.lang.String getRootElementName()
Get the Root element name

Specified by:
getRootElementName in class ReloadSchemaController
Returns:
the root element name

getLeafIcon

public javax.swing.Icon getLeafIcon(org.jdom.Element element)
Get the leaf icon

Specified by:
getLeafIcon in class ReloadEditorSchemaController
Parameters:
element - the element concerned
Returns:
the leaf icon

getLeafIcon

public javax.swing.Icon getLeafIcon(ReloadSchemaElement schemaElement)
Get the leaf icon

Specified by:
getLeafIcon in class ReloadEditorSchemaController
Parameters:
schemaElement - the schema element concerned
Returns:
the leaf icon

getOpenIcon

public javax.swing.Icon getOpenIcon(org.jdom.Element element)
Get the open icon

Specified by:
getOpenIcon in class ReloadEditorSchemaController
Parameters:
element - the element concerned
Returns:
the open icon

getOpenIcon

public javax.swing.Icon getOpenIcon(ReloadSchemaElement schemaElement)
Get the open icon

Specified by:
getOpenIcon in class ReloadEditorSchemaController
Parameters:
schemaElement - the schema element concerned
Returns:
the open icon

getClosedIcon

public javax.swing.Icon getClosedIcon(org.jdom.Element element)
Get the closed icon

Specified by:
getClosedIcon in class ReloadEditorSchemaController
Parameters:
element - the element concerned
Returns:
the closed icon

getClosedIcon

public javax.swing.Icon getClosedIcon(ReloadSchemaElement schemaElement)
Get the closed icon

Specified by:
getClosedIcon in class ReloadEditorSchemaController
Parameters:
schemaElement - the schema element concerned
Returns:
the closed icon

VdexReload 1.1.3 API