java.lang.Objectjava.beans.FeatureDescriptor
public class FeatureDescriptor
The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
It supports some common information that can be set and retrieved for any of the introspection descriptors.
In addition it provides an extension mechanism so that arbitrary attribute/value pairs can be associated with a design feature.
| Constructor Summary | |
|---|---|
FeatureDescriptor()
Constructs a FeatureDescriptor. |
|
| Method Summary | |
|---|---|
Enumeration<String> |
attributeNames()
Gets an enumeration of the locale-independent names of this feature. |
String |
getDisplayName()
Gets the localized display name of this feature. |
String |
getName()
Gets the programmatic name of this feature. |
String |
getShortDescription()
Gets the short description of this feature. |
Object |
getValue(String attributeName)
Retrieve a named attribute with this feature. |
boolean |
isExpert()
The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users. |
boolean |
isHidden()
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans. |
boolean |
isPreferred()
The "preferred" flag is used to identify features that are particularly important for presenting to humans. |
void |
setDisplayName(String displayName)
Sets the localized display name of this feature. |
void |
setExpert(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. |
void |
setHidden(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. |
void |
setName(String name)
Sets the programmatic name of this feature. |
void |
setPreferred(boolean preferred)
The "preferred" flag is used to identify features that are particularly important for presenting to humans. |
void |
setShortDescription(String text)
You can associate a short descriptive string with a feature. |
void |
setValue(String attributeName,
Object value)
Associate a named attribute with this feature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureDescriptor()
FeatureDescriptor.
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The programmatic name of the property/method/eventpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - The localized display name for the
property/method/event.public boolean isExpert()
public void setExpert(boolean expert)
expert - True if this feature is intended for use by experts only.public boolean isHidden()
public void setHidden(boolean hidden)
hidden - True if this feature should be hidden from human users.public boolean isPreferred()
public void setPreferred(boolean preferred)
preferred - True if this feature should be preferentially shown
to human users.public String getShortDescription()
public void setShortDescription(String text)
text - A (localized) short description to be associated with
this property/method/event.public void setValue(String attributeName, Object value)
attributeName - The locale-independent name of the attributevalue - The value.public Object getValue(String attributeName)
attributeName - The locale-independent name of the attribute
public Enumeration<String> attributeNames()
Ces informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
6 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)