|
|||||||||
| Home >> All >> com >> jgoodies >> binding >> tests >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jgoodies.binding.tests.beans
Class CustomBeanBeanInfo

java.lang.Objectjava.beans.SimpleBeanInfo
com.jgoodies.binding.tests.beans.CustomBeanBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
- public final class CustomBeanBeanInfo
- extends java.beans.SimpleBeanInfo
Provides custom PropertyDescriptors that describe a subset of the available properties. This class is intended to be used by the Binding unit test suite.
- Version:
- $Revision: 1.4 $
| Field Summary |
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
CustomBeanBeanInfo()
|
|
| Method Summary | |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Gets the beans PropertyDescriptors. |
| Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CustomBeanBeanInfo
public CustomBeanBeanInfo()
| Method Detail |
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Gets the beans
PropertyDescriptors.
|
|||||||||
| Home >> All >> com >> jgoodies >> binding >> tests >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC