当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
ElementEditor (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.propertyeditor
Class ElementEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.jboss.util.propertyeditor.DocumentEditor
org.jboss.util.propertyeditor.ElementEditor
- All Implemented Interfaces:
- PropertyEditor
- public class ElementEditor
- extends DocumentEditor
A property editor for Element
.
- Version:
- $Revision: 1.2 $
- Author:
- Elias Ross
Method Summary |
void |
setAsText(String text)
Sets as an Element 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 |
ElementEditor
public ElementEditor()
setAsText
public void setAsText(String text)
- Sets as an Element created by a String.
- Specified by:
setAsText
in interface PropertyEditor
- Overrides:
setAsText
in class DocumentEditor
- Throws:
NestedRuntimeException
- A parse exception occured
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.