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

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

Introduction

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

The text is from its open source code.

Implementation

java.beans.PropertyEditor has the following implementations.
Click this link to see all its implementation.

Method

StringgetAsText()
Gets the property value as text.
ClassgetClass()
Returns the runtime class of this Object .
java.awt.ComponentgetCustomEditor()
A PropertyEditor may choose to make available a full custom Component that edits its property value.
StringgetJavaInitializationString()
Returns a fragment of Java code that can be used to set a property to match the editors current state.
String[]getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
ObjectgetValue()
Gets the property value.
booleanisPaintable()
Determines whether this property editor is paintable.
voidsetAsText(String text)
Set the property value by parsing a given String.
voidsetValue(Object value)
Set (or change) the object that is to be edited.
booleansupportsCustomEditor()
Determines whether this property editor supports a custom editor.