All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.imageprocessing.MirrorFilterBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.imageprocessing.MirrorFilterBeanInfo
- public class MirrorFilterBeanInfo
- extends SimpleBeanInfo
This class extends from java.beans.SimpleBeanInfo
and selectively exposes the properties, events, and methods
of the MirrorFilter bean.
- See Also:
- SimpleBeanInfo
-
MirrorFilterBeanInfo()
-
-
getBeanDescriptor()
-
Returns a BeanDescriptor for the MirrorFilter bean.
-
getEventSetDescriptors()
- Returns an array of event descriptors for all
those events, which MirrorFilter wants to expose.
-
getIcon(int)
- Returns an icon for the MirrorFilter bean depending
upon the iconkind passed to it.
-
getMethodDescriptors()
- Returns an array of method descriptors for all
those methods, which MirrorFilter wants to expose.
-
getPropertyDescriptors()
- Returns an array of property descriptors for all
those properties, which MirrorFilter wants to expose.
MirrorFilterBeanInfo
public MirrorFilterBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns a BeanDescriptor for the MirrorFilter bean.
- Returns:
- BeanDescriptor for the MirrorFilter bean
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getIcon
public Image getIcon(int iconKind)
- Returns an icon for the MirrorFilter bean depending
upon the iconkind passed to it.
- Returns:
- an icon for the MirrorFilter bean
- Overrides:
- getIcon in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns an array of property descriptors for all
those properties, which MirrorFilter wants to expose.
- Returns:
- an array of property descriptors for all exposed properties
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Returns an array of event descriptors for all
those events, which MirrorFilter wants to expose.
- Returns:
- an array of events descriptors for all exposed events
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Returns an array of method descriptors for all
those methods, which MirrorFilter 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