Example usage for Java java.beans PropertyEditorSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
PropertyEditorSupport() Constructs a PropertyEditorSupport object. |
String | getAsText() Gets the property value as a string suitable for presentation to a human to edit. |
Object | getValue() Gets the value of the property. |
void | setAsText(String text) Sets the property value by parsing a given String. |
void | setValue(Object value) Set (or change) the object that is to be edited. |