org.apache.geronimo.common.propertyeditor
Class TextPropertyEditorSupport
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
- All Implemented Interfaces:
- PropertyEditor
- Direct Known Subclasses:
- BigDecimalEditor, BooleanEditor, ByteEditor, CharacterEditor, ClassEditor, DateEditor, DoubleEditor, FileEditor, FloatEditor, InetAddressEditor, IntegerEditor, LongEditor, ObjectNameEditor, PropertiesEditor, ShortEditor, URIEditor, URLEditor
- public class TextPropertyEditorSupport
- extends PropertyEditorSupport
A property editor support class for textual properties.
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:26 $
Method Summary |
void |
setAsText(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 |
TextPropertyEditorSupport
protected TextPropertyEditorSupport(Object source)
TextPropertyEditorSupport
protected TextPropertyEditorSupport()
setAsText
public void setAsText(String text)
- Sets the property value by parsing a given String.
- Parameters:
text
- The string to be parsed.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.