org.jboss.util.propertyeditor
Class ElementEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.jboss.util.propertyeditor.DocumentEditor (src) 
          extended byorg.jboss.util.propertyeditor.ElementEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ElementEditor
extends DocumentEditor (src)

A property editor for Element.


Constructor Summary
ElementEditor()
           
 
Method Summary
 void setAsText(java.lang.String text)
          Sets as an Element created by a String.
 
Methods inherited from class org.jboss.util.propertyeditor.DocumentEditor (src)
getAsDocument, getAsText
 
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

ElementEditor

public ElementEditor()
Method Detail

setAsText

public void setAsText(java.lang.String text)
Sets as an Element created by a String.

Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class DocumentEditor (src)
Throws:
NestedRuntimeException - A parse exception occured