de.betabeans.metabeans.dataset
Class TableMetaDataBeanInfo

java.lang.Object
  extended bycom.borland.jb.util.BasicBeanInfo
      extended bycom.borland.dx.dataset.StorageDataSetBeanInfo
          extended bycom.borland.dx.dataset.TableDataSetBeanInfo
              extended byde.betabeans.metabeans.dataset.TableMetaDataBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public final class TableMetaDataBeanInfo
extends com.borland.dx.dataset.TableDataSetBeanInfo

BeanInfo class for TableMetaData bean. Adds a custom property editor for the property "metaDataInfo".


Field Summary
static java.lang.Class BEANCLASS
           
 
Fields inherited from class com.borland.jb.util.BasicBeanInfo
additionalBeanInfo, beanClass, CONTAINER_DELEGATE, customizerClass, defaultEventIndex, defaultPropertyIndex, ENUMERATION, eventListenerMethods, eventSetDescriptors, iconColor16x16, iconColor32x32, iconMono16x16, iconMono32x32, IS_CONTAINER, LATE_SETTING, methodNames, methodParameters, namedAttributes, propertyDescriptorAttributes, propertyDescriptors
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
TableMetaDataBeanInfo()
           
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Returns an array of additional BeanInfo gathered from this bean's superclasses.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class com.borland.jb.util.BasicBeanInfo
appendPropertyDescriptors, getBeanDescriptor, getDefaultEventIndex, getDefaultIconResource, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getImage, getMethodDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEANCLASS

public static final java.lang.Class BEANCLASS
Constructor Detail

TableMetaDataBeanInfo

public TableMetaDataBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns an array of additional BeanInfo gathered from this bean's superclasses.

Returns:
the array of BeanInfo


Copyright (c) 2004 Michael Justin. All Rights Reserved.