ABLE, Version 1.1b

com.ibm.able.beans.fuzzy
Class FsLitNumericBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.ibm.able.beans.fuzzy.FsLitNumericBeanInfo

public class FsLitNumericBeanInfo
extends java.beans.SimpleBeanInfo

A meta-object to provide "BeanInfo" for Fuzzy System numeric literals.

Version:
$Revision: 1.3 $, $Date: 2000/07/25 14:51:08 $

Constructor Summary
FsLitNumericBeanInfo()
          Create a new FsLitNumericBeanInfo object.
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Retrieve bean info for the parent bean.
 java.beans.BeanDescriptor getBeanDescriptor()
          Retrieve a descriptor for this bean.
 int getDefaultPropertyIndex()
          Retrieve the index to the default property.
 java.awt.Image getIcon(int iconKind)
          Retrieve the icon for the bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Retrieve all the property descriptor objects for this bean.
 
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
 

Constructor Detail

FsLitNumericBeanInfo

public FsLitNumericBeanInfo()
Create a new FsLitNumericBeanInfo object.
Method Detail

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 "value".
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, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'