org.jboss.util.propertyeditor
Class TextPropertyEditorSupport

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.jboss.util.propertyeditor.TextPropertyEditorSupport
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
BigDecimalEditor (src) , BlockingModeEditor (src) , ClassEditor (src) , DateEditor (src) , FileEditor (src) , InetAddressEditor (src) , ObjectNameEditor (src) , PropertiesEditor (src) , URLEditor (src)

public class TextPropertyEditorSupport
extends java.beans.PropertyEditorSupport

A property editor support class for textual properties.


Constructor Summary
protected TextPropertyEditorSupport()
           
protected TextPropertyEditorSupport(java.lang.Object source)
           
 
Method Summary
 void setAsText(java.lang.String text)
          Sets the property value by parsing a given String.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, 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

TextPropertyEditorSupport

protected TextPropertyEditorSupport(java.lang.Object source)

TextPropertyEditorSupport

protected TextPropertyEditorSupport()
Method Detail

setAsText

public void setAsText(java.lang.String text)
Sets the property value by parsing a given String.

Parameters:
text - The string to be parsed.