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.PropertyEditorSupportA property editor support class for textual properties.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTextPropertyEditorSupport()protectedTextPropertyEditorSupport(java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAsText(java.lang.String text)Sets the property value by parsing a given String.
-