|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.FeatureDescriptor
java.beans.BeanDescriptor
org.dishevelled.identify.IdentifiableBeanDescriptor
public abstract class IdentifiableBeanDescriptor
Abstract BeanDescriptor which provides for discovery of the name property and icon bundle for a bean through introspection.
| Constructor Summary | |
|---|---|
protected |
IdentifiableBeanDescriptor(Class beanClass)
Create a new abstract BeanDescriptor for an identifiable bean with the specified class. |
protected |
IdentifiableBeanDescriptor(Class beanClass,
Class customizerClass)
Create a new abstract BeanDescriptor for an identifiable bean with the specified class and customizer class. |
| Method Summary | |
|---|---|
abstract IconBundle |
getIconBundle()
Return an icon bundle to use for all instances of the identifiable bean class this descriptor describes. |
abstract int |
getNamePropertyIndex()
Return the index of the name property descriptor, or -1 if one does not exist. |
| Methods inherited from class java.beans.BeanDescriptor |
|---|
getBeanClass, getCustomizerClass |
| Methods inherited from class java.beans.FeatureDescriptor |
|---|
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IdentifiableBeanDescriptor(Class beanClass)
beanClass - class of the identifiable bean
protected IdentifiableBeanDescriptor(Class beanClass,
Class customizerClass)
beanClass - class of the identifiable beancustomizerClass - class of the customizer to use for the
identifiable bean| Method Detail |
|---|
public abstract int getNamePropertyIndex()
-1 if one does not exist.
-1 if one does not existpublic abstract IconBundle getIconBundle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||