All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.imageprocessing.NegativeFilterBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.imageprocessing.NegativeFilterBeanInfo

public class NegativeFilterBeanInfo
extends SimpleBeanInfo
This class extends from java.beans.SimpleBeanInfo and selectively exposes the properties, events, and methods of the NegativeFilter bean.

See Also:
SimpleBeanInfo

Constructor Index

 o NegativeFilterBeanInfo()

Method Index

 o getBeanDescriptor()
Returns BeanDescriptor for the NegativeFilter bean.
 o getEventSetDescriptors()
Returns an array of event descriptors for all those events, which NegativeFilter wants to expose.
 o getIcon(int)
Returns an icon for the NegativeFilter bean, depending upon the iconkind passed to it.
 o getMethodDescriptors()
Returns an array of method descriptors for all those methods, which NegativeFilter wants to expose.
 o getPropertyDescriptors()
Returns an array of property descriptors for all those properties, which NegativeFilter wants to expose.

Constructors

 o NegativeFilterBeanInfo
 public NegativeFilterBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns BeanDescriptor for the NegativeFilter bean.

Returns:
BeanDescriptor for the NegativeFilter bean
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Returns an icon for the NegativeFilter bean, depending upon the iconkind passed to it.

Returns:
an icon for the NegativeFilter bean
Overrides:
getIcon in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns an array of property descriptors for all those properties, which NegativeFilter wants to expose.

Returns:
an array of property descriptors for all exposed properties
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns an array of event descriptors for all those events, which NegativeFilter wants to expose.

Returns:
an array of events descriptors for all exposed events
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Returns an array of method descriptors for all those methods, which NegativeFilter wants to expose.

Returns:
an array of method descriptors for all exposed methods
Overrides:
getMethodDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index