Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jgoodies.binding.tests.beans
Class CustomBeanBeanInfo  view CustomBeanBeanInfo download CustomBeanBeanInfo.java

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.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.