|
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
An Edit Field Form Text widget abstract class
Field Summary | |
protected org.jdom.Element |
_element
The Element we represent |
protected ReloadSchemaDocument |
_reloadDocument
The owner |
protected ReloadSchemaElement |
_schemaElement
Our schema template |
Constructor Summary | |
ReloadFormField()
Default Constructor |
|
ReloadFormField(ReloadSchemaDocument reloadDocument,
org.jdom.Element element,
ReloadSchemaElement schemaElement)
Constructor |
|
ReloadFormField(ReloadSchemaDocument reloadDocument,
ReloadSchemaElement schemaElement)
Constructor |
Method Summary | |
abstract void |
destroy()
Clean up |
abstract java.awt.Component |
getComponent()
Get the component used |
abstract java.lang.String |
getValue()
Get the value of this Widget |
abstract void |
setValue(java.lang.String value)
Set the value of the Widget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ReloadSchemaDocument _reloadDocument
protected org.jdom.Element _element
protected ReloadSchemaElement _schemaElement
Constructor Detail |
public ReloadFormField()
public ReloadFormField(ReloadSchemaDocument reloadDocument, ReloadSchemaElement schemaElement)
reloadDocument
- the owner documentschemaElement
- the schema template bound to this elementpublic ReloadFormField(ReloadSchemaDocument reloadDocument, org.jdom.Element element, ReloadSchemaElement schemaElement)
reloadDocument
- the owner documentelement
- the element we representschemaElement
- the schema template bound to this elementMethod Detail |
public abstract java.lang.String getValue()
public abstract void setValue(java.lang.String value)
value
- The value to be set to this widgetpublic abstract java.awt.Component getComponent()
public abstract void destroy()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |