|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.jboss.util.propertyeditor.DocumentEditor
A property editor for Document
.
Constructor Summary | |
DocumentEditor()
|
Method Summary | |
protected org.w3c.dom.Document |
getAsDocument(java.lang.String text)
|
java.lang.String |
getAsText()
Returns the property as a String. |
void |
setAsText(java.lang.String text)
Sets as an Document created by a String. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentEditor()
Method Detail |
public java.lang.String getAsText()
NestedRuntimeException (src)
- conversion exception occuredpublic void setAsText(java.lang.String text)
NestedRuntimeException (src)
- A parse exception occuredprotected org.w3c.dom.Document getAsDocument(java.lang.String text)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |