All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.KeyedFileBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.as400.access.KeyedFileBeanInfo

public class KeyedFileBeanInfo
extends SimpleBeanInfo
The KeyedFileBeanInfo class provides BeanInfo for the KeyedFile class.


Constructor Index

 o KeyedFileBeanInfo()
Constructs a KeyedFileBeanInfo object.

Method Index

 o getBeanDescriptor()
Returns the bean descriptor.
 o getDefaultEventIndex()
Returns the index of the default event.
 o getDefaultPropertyIndex()
Returns the index of the default property.
 o getEventSetDescriptors()
Returns the set of event descriptors.
 o getIcon(int)
Returns the icon image for a KeyedFile bean.
 o getPropertyDescriptors()
Returns the property descriptors.

Constructors

 o KeyedFileBeanInfo
 public KeyedFileBeanInfo()
Constructs a KeyedFileBeanInfo object.

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the bean descriptor.

Returns:
The bean descriptor.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getDefaultEventIndex
 public int getDefaultEventIndex()
Returns the index of the default event.

Returns:
The index to the default event.
Overrides:
getDefaultEventIndex in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Returns the index of the default property.

Returns:
The index to the default property.
Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns the set of event descriptors.

Returns:
The event descriptor set.
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors.

Returns:
The property descriptors.
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int icon)
Returns the icon image for a KeyedFile bean.

Returns:
The icon image.
Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index