|
Whole document tree
java.beans
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
FeatureDescriptor()
Constructs a FeatureDescriptor. |
|
| Method Summary | |
Enumeration |
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 attributepublic Enumeration attributeNames()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.