ElegantJ Data Tables Java API Specification v1.1

com.elegantj.jfc.list
Class JFCListBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.elegantj.beaninfo.awt.SimpleBeanInfo
          extended bycom.elegantj.beaninfo.awt.ComponentBeanInfo
              extended bycom.elegantj.beaninfo.awt.ContainerBeanInfo
                  extended bycom.elegantj.beaninfo.jfc.JFCComponentBeanInfo
                      extended bycom.elegantj.jfc.list.JFCListBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo
Direct Known Subclasses:
JFCListPanelBeanInfo

public class JFCListBeanInfo
extends JFCComponentBeanInfo

JFCList BeanInfo Provides the design patterns to analyze the JFCList


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JFCListBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Denies knowledge about the class and customizer of the bean
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Denies knowledge of properties.
 
Methods inherited from class com.elegantj.beaninfo.awt.SimpleBeanInfo
add, getIcon, getIndexedPropertyDescriptor, getPropertyDescriptor, getPropertyDescriptor, getReadOnlyPropertyDescriptor, getWriteOnlyPropertyDescriptor, removePropertyDescriptor, removePropertyDescriptors
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFCListBeanInfo

public JFCListBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Denies knowledge of properties.

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class JFCComponentBeanInfo
Returns:
An array of PropertyDescriptor describing the editable properties supported by this bean. May return null if the information should be obtained by automatic analysis. If a property is indexed, then its entry in the result array will belong to the IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of getPropertyDescriptors can use "instanceof" to check if a given PropertyDescriptor is an IndexedPropertyDescriptor.

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Denies knowledge about the class and customizer of the bean

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Specified by:
getBeanDescriptor in class SimpleBeanInfo
Returns:
BeanDescriptor providing overall information about the bean, such as its displayName, its customizer, etc. May return null if the information should be obtained by automatic analysis

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.