com.ibm.able.beans.fuzzy
Class FsClsCnsBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.ibm.able.beans.fuzzy.FsClsCnsBeanInfo
- public class FsClsCnsBeanInfo
- extends java.beans.SimpleBeanInfo
A meta-object to provide "BeanInfo" for Fuzzy System
consequent clauses in rules.
- Version:
- $Revision: 1.3 $, $Date: 2000/07/25 14:51:08 $
Method Summary |
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Retrieve bean info for the parent bean. |
java.beans.BeanDescriptor |
getBeanDescriptor()
Retrieve a descriptor for this bean. |
java.awt.Image |
getIcon(int iconKind)
Retrieve the icon for the bean. |
Methods inherited from class java.beans.SimpleBeanInfo |
getDefaultEventIndex,
getDefaultPropertyIndex,
getEventSetDescriptors,
getMethodDescriptors,
getPropertyDescriptors,
loadImage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FsClsCnsBeanInfo
public FsClsCnsBeanInfo()
- Create a new FsClsCnsBeanInfo 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
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
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'