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

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

Introduction

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

The text is from its open source code.

Constructor

FeatureDescriptor()
Constructs a FeatureDescriptor .

Method

StringgetName()
Gets the programmatic name of this feature.
voidsetDisplayName(String displayName)
Sets the localized display name of this feature.
voidsetExpert(boolean expert)
The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
voidsetHidden(boolean hidden)
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
voidsetName(String name)
Sets the programmatic name of this feature.
voidsetPreferred(boolean preferred)
The "preferred" flag is used to identify features that are particularly important for presenting to humans.
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.