com.ibm.able.beans.fuzzy
Class FsSetSigmoidBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.ibm.able.beans.fuzzy.FsSetSigmoidBeanInfo
- public class FsSetSigmoidBeanInfo
- extends java.beans.SimpleBeanInfo
A meta-object to provide "BeanInfo" for Fuzzy System
sigmoid fuzzy sets.
- Version:
- $Revision: 1.3 $, $Date: 2000/07/25 14:51:08 $
Methods inherited from class java.beans.SimpleBeanInfo |
getDefaultEventIndex,
getEventSetDescriptors,
getMethodDescriptors,
loadImage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FsSetSigmoidBeanInfo
public FsSetSigmoidBeanInfo()
- Create a new FsSetSigmoidBeanInfo object.
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
- Retrieve bean info for the parent bean.
- Returns:
- A bean info array from the parent bean.
- Overrides:
- getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Retrieve a descriptor for this bean.
- Returns:
- A bean descriptor which specifies a customizer for this
bean class.
- Overrides:
- getBeanDescriptor in class java.beans.SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Retrieve the index to the default property.
- Returns:
- An integer which is the index into the property descriptor
array of the default property. For this object, the default
property is "LeftPoint".
- Overrides:
- getDefaultPropertyIndex in class java.beans.SimpleBeanInfo
getIcon
public java.awt.Image getIcon(int iconKind)
- Retrieve the icon for the bean.
- Parameters:
iconKind
- Must be a "BeanInfo" constant, specifying the kind of icon
desired; for example, ICON_MONO_16x16 or ICON_COLOR_32x32.
- Returns:
- An icon of the kind requested. If an icon of the specified
kind doesn't exist for this bean, null is returned.
- Overrides:
- getIcon in class java.beans.SimpleBeanInfo
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Retrieve all the property descriptor objects for this bean.
- Returns:
- An array of PropertyDescriptor objects that specify additional
information about the properties supported by this bean.
- Overrides:
- getPropertyDescriptors in class java.beans.SimpleBeanInfo
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'