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

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

Introduction

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

The text is from its open source code.

Constructor

BeanDescriptor(Class beanClass, Class customizerClass)
Create a BeanDescriptor for a bean that has a customizer.
BeanDescriptor(Class beanClass)
Create a BeanDescriptor for a bean that doesn't have a customizer.
BeanDescriptor(BeanDescriptor old)

Method

ClassgetCustomizerClass()
Gets the Class object for the bean's customizer.
StringgetDisplayName()
Gets the localized display name of this feature.
StringgetShortDescription()
Gets the short description of this feature.
ObjectgetValue(String attributeName)
Retrieve a named attribute with this feature.
booleanisExpert()
The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
voidsetDisplayName(String displayName)
Sets the localized display name of this feature.
voidsetShortDescription(String text)
You can associate a short descriptive string with a feature.
voidsetValue(String attributeName, Object value)
Associate a named attribute with this feature.