com.elj.beaninfo.awt
Class SimpleBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.elj.beaninfo.awt.SimpleBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo
Direct Known Subclasses:
ComponentBeanInfo

public abstract class SimpleBeanInfo
extends java.beans.SimpleBeanInfo


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SimpleBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor[] add(java.beans.PropertyDescriptor[] array1, java.beans.PropertyDescriptor[] array2)
           
abstract  java.beans.BeanDescriptor getBeanDescriptor()
           
protected  java.beans.IndexedPropertyDescriptor getIndexedPropertyDescriptor(java.lang.String strProperty)
           
protected  java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String strProperty)
           
abstract  java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
protected  java.beans.PropertyDescriptor getReadOnlyPropertyDescriptor(java.lang.String strProperty)
           
protected  java.beans.PropertyDescriptor getWriteOnlyPropertyDescriptor(java.lang.String strProperty)
           
 java.beans.PropertyDescriptor[] removePropertyDescriptor(java.beans.PropertyDescriptor[] array, java.lang.String propName)
           
 java.beans.PropertyDescriptor[] removePropertyDescriptors(java.beans.PropertyDescriptor[] array, java.lang.String[] propNames)
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, 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

SimpleBeanInfo

public SimpleBeanInfo()
Method Detail

add

public java.beans.PropertyDescriptor[] add(java.beans.PropertyDescriptor[] array1,
                                           java.beans.PropertyDescriptor[] array2)

removePropertyDescriptor

public java.beans.PropertyDescriptor[] removePropertyDescriptor(java.beans.PropertyDescriptor[] array,
                                                                java.lang.String propName)

removePropertyDescriptors

public java.beans.PropertyDescriptor[] removePropertyDescriptors(java.beans.PropertyDescriptor[] array,
                                                                 java.lang.String[] propNames)

getPropertyDescriptor

protected final java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String strProperty)

getIndexedPropertyDescriptor

protected final java.beans.IndexedPropertyDescriptor getIndexedPropertyDescriptor(java.lang.String strProperty)

getReadOnlyPropertyDescriptor

protected final java.beans.PropertyDescriptor getReadOnlyPropertyDescriptor(java.lang.String strProperty)

getWriteOnlyPropertyDescriptor

protected final java.beans.PropertyDescriptor getWriteOnlyPropertyDescriptor(java.lang.String strProperty)

getPropertyDescriptors

public abstract java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getBeanDescriptor

public abstract java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo