Java java.beans PropertyEditorSupport fields, constructors, methods, implement or subclass

Example usage for Java java.beans PropertyEditorSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans PropertyEditorSupport.

The text is from its open source code.

Subclass

java.beans.PropertyEditorSupport has subclasses.
Click this link to see all its subclasses.

Constructor

PropertyEditorSupport()
Constructs a PropertyEditorSupport object.

Method

StringgetAsText()
Gets the property value as a string suitable for presentation to a human to edit.
ObjectgetValue()
Gets the value of the property.
voidsetAsText(String text)
Sets the property value by parsing a given String.
voidsetValue(Object value)
Set (or change) the object that is to be edited.