|
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.editor.gui.ReloadFormField
uk.ac.reload.editor.vocabulary.formview.VocabularyField
The Reload VX Form Widget
Field Summary |
Fields inherited from class uk.ac.reload.editor.gui.ReloadFormField |
_element, _reloadDocument, _schemaElement |
Constructor Summary | |
VocabularyField(ReloadSchemaDocument doc,
ReloadSchemaElement schemaElement)
Constructor |
Method Summary | |
protected void |
addElement(org.jdom.Element element)
Helper function for handling element added events from the ReloadDocument |
void |
documentSaved(ReloadSchemaDocument doc)
Document saved event from the ReloadSchemaDocument (nothing is done) |
void |
elementAdded(ReloadDocumentListenerEvent event)
Handling element added event from the ReloadDocument |
void |
elementChanged(ReloadDocumentListenerEvent event)
Handling element changed event from the ReloadDocument |
void |
elementRemoved(ReloadDocumentListenerEvent event)
Handling element removed event from the ReloadDocument |
protected void |
fireElementChanged()
Tell the ReloadDocument that we changed |
Methods inherited from class uk.ac.reload.editor.gui.ReloadFormField |
destroy, getComponent, getValue, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VocabularyField(ReloadSchemaDocument doc, ReloadSchemaElement schemaElement)
doc
- the vocabulary document
schemaElement the schemaElement bound to this VocabularyFieldMethod Detail |
protected void fireElementChanged()
public void elementAdded(ReloadDocumentListenerEvent event)
elementAdded
in interface ReloadDocumentListener
event
- the ReloadDocumentListenerEventprotected void addElement(org.jdom.Element element)
element
- the element that is addedpublic void elementChanged(ReloadDocumentListenerEvent event)
elementChanged
in interface ReloadDocumentListener
event
- the ReloadDocumentListenerEventpublic void elementRemoved(ReloadDocumentListenerEvent event)
elementRemoved
in interface ReloadDocumentListener
event
- the ReloadDocumentListenerEventpublic void documentSaved(ReloadSchemaDocument doc)
documentSaved
in interface ReloadDocumentListener
doc
- the ReloadSchemaDocument
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |