Class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.uvm.awt.beaninfo.IvjBeanInfo
|
+----com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
- public class DBNavigatorBeanInfo
- extends IvjBeanInfo
Constructor Index
- DBNavigatorBeanInfo()
-
Method Index
- exceptionEventSetDescriptor()
- Gets the exceptioin event set descriptor.
- getAdditionalBeanInfo()
- Returns the BeanInfo for the superclass of our bean, so that
its features will be included.
- getBeanClass()
- Gets the bean class.
- getBeanDescriptor()
- This method was created by a SmartGuide.
- getEventSetDescriptors()
- Return the event set descriptors for this bean.
- getIcon(int)
-
- getMethodDescriptors()
- Return the method descriptors for this bean.
- getPropertyDescriptors()
- Return the property descriptors for this bean.
Constructors
DBNavigatorBeanInfo
public DBNavigatorBeanInfo()
Methods
exceptionEventSetDescriptor
public EventSetDescriptor exceptionEventSetDescriptor()
- Gets the exceptioin 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()
- Gets the bean class.
- Returns:
- java.lang.Class
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- This method was created by a SmartGuide.
- Returns:
- java.beans.BeanDescriptor
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Return the event set descriptors for this bean.
- Returns:
- java.beans.EventSetDescriptor[]
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int kind)
- Returns:
- an icon of the specified kind for JButton
- Overrides:
- getIcon in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Return the method descriptors for this bean.
- Returns:
- java.beans.MethodDescriptor[]
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Return the property descriptors for this bean.
- Returns:
- java.beans.PropertyDescriptor[]
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
