|
|||||||||
| Home >> All >> java >> [ beans overview ] | PREV NEXT | ||||||||
Uses of Interface
java.beans.PropertyEditor
| Uses of PropertyEditor in java.beans |
| Classes in java.beans that implement PropertyEditor | |
class |
PropertyEditorSupport
PropertyEditorSupport helps with PropertyEditors, implementing base functionality that they usually must have but which is a pain to implement. |
| Methods in java.beans that return PropertyEditor | |
PropertyEditor |
PropertyDescriptor.createPropertyEditor(java.lang.Object bean)
Instantiate a property editor using the property editor class. |
private PropertyEditor |
PropertyDescriptor.instantiateClass(java.lang.reflect.Constructor c,
java.lang.Object[] args)
|
static PropertyEditor |
PropertyEditorManager.findEditor(java.lang.Class editedClass)
Returns a new instance of the property editor for the specified class. |
|
|||||||||
| Home >> All >> java >> [ beans overview ] | PREV NEXT | ||||||||