Package org.jboss.util.propertyeditor
Class TextPropertyEditorSupport
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.TextPropertyEditorSupport
-
- All Implemented Interfaces:
java.beans.PropertyEditor
- Direct Known Subclasses:
BigDecimalEditor
,BlockingModeEditor
,ClassEditor
,FileEditor
,InetAddressEditor
,PropertiesEditor
,URIEditor
,URLEditor
public class TextPropertyEditorSupport extends java.beans.PropertyEditorSupport
A property editor support class for textual properties.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TextPropertyEditorSupport()
protected
TextPropertyEditorSupport(java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(java.lang.String text)
Sets the property value by parsing a given String.
-