| A basic in-line property editor for strings. This editor maps the empty
text string to a null value, unlike the NetBeans string editor, which
displays the string "null". A text string is considered empty if it has no
characters, or consists of only space characters.
This editor is intended to be used with properties of type
java.lang.String . Other value types may be used, but they will
be converted to string by calling toString() .
author: gjmurphy |