站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.beans.PropertyEditorSupport
      extended byorg.jboss.util.propertyeditor.DocumentEditor
          extended byorg.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

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