Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.ivj.db.uibeans.SelectBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.uvm.awt.beaninfo.IvjBeanInfo
                   |
                   +----com.ibm.ivj.db.uibeans.SelectBeanInfo

public class SelectBeanInfo
extends IvjBeanInfo


Constructor Index

SelectBeanInfo()

Method Index

dataAfterEventSetDescriptor()
Returns the dataAfter event set descriptor.
dataBeforeEventSetDescriptor()
Returns the dataBefore event set descriptor.
getAdditionalBeanInfo()
Returns the BeanInfo for the superclass of our bean, so that its features will be included.
getBeanClass()
Returns the bean class.
getBeanDescriptor()
Returns the bean descriptor for the Select bean.
getEventSetDescriptors()
Returns the event set descriptors for this bean.
getIcon(int)
Returns the specified icon for the Select bean.
getMethodDescriptors()
Returns the method descriptors for this bean.
getPropertyDescriptors()
Returns the property descriptors for this bean.
tableModelEventSetDescriptor()
Returns the tableModel event set descriptor.

Constructors

SelectBeanInfo
 public SelectBeanInfo()

Methods

dataAfterEventSetDescriptor
 public EventSetDescriptor dataAfterEventSetDescriptor()
Returns the dataAfter event set descriptor.

Returns:
java.beans.EventSetDescriptor
dataBeforeEventSetDescriptor
 public EventSetDescriptor dataBeforeEventSetDescriptor()
Returns the dataBefore event set descriptor.

Returns:
java.beans.EventSetDescriptor
getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo for the superclass of our bean, so that its features will be included.

Overrides:
getAdditionalBeanInfo in class IvjBeanInfo
getBeanClass
 public static Class getBeanClass()
Returns the bean class.

Returns:
java.lang.Class
getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the bean descriptor for the Select bean.

Returns:
java.beans.BeanDescriptor
Overrides:
getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
getIcon
 public Image getIcon(int kind)
Returns the specified icon for the Select bean. The Select bean has a 16 bit icon and a 32 bit color icon.

Returns:
an icon of the specified kind for Select
Overrides:
getIcon in class SimpleBeanInfo
getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Returns the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]
Overrides:
getMethodDescriptors in class SimpleBeanInfo
getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
tableModelEventSetDescriptor
 public EventSetDescriptor tableModelEventSetDescriptor()
Returns the tableModel event set descriptor.

Returns:
java.beans.EventSetDescriptor

Where Am I? Class Hierarchy All Classes All Fields and Methods