public class TextPropertyEditorSupport
extends java.beans.PropertyEditorSupport
| Modifier | Constructor and Description |
|---|---|
protected |
TextPropertyEditorSupport() |
protected |
TextPropertyEditorSupport(java.lang.Object source) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
Sets the property value by parsing a given String.
|