Class PIACurrencyFieldBeanInfo

java.lang.Object
java.beans.SimpleBeanInfo
com.portal.bas.comp.PIACurrencyFieldBeanInfo
All Implemented Interfaces:
BeanInfo

public class PIACurrencyFieldBeanInfo extends SimpleBeanInfo
PIACurrencyFieldBeanInfo retrieves information about a PIACurrencyField.
Version:
%version: 3 % %date_modified: Tue Dec 18 20:29:24 2001 %
Author:
kapono
  • Constructor Details

    • PIACurrencyFieldBeanInfo

      public PIACurrencyFieldBeanInfo()
  • Method Details

    • getBeanDescriptor

      public BeanDescriptor getBeanDescriptor()
      Retrieves a description of the bean, its potential customizer, and a description of what it does.
      Specified by:
      getBeanDescriptor in interface BeanInfo
      Overrides:
      getBeanDescriptor in class SimpleBeanInfo
      Returns:
      A BeanDescriptor that encapsulates information about the bean,
    • getIcon

      public Image getIcon(int type)
      Retrieves an icon representation of this bean.
      Specified by:
      getIcon in interface BeanInfo
      Overrides:
      getIcon in class SimpleBeanInfo
      Parameters:
      type - the size of the icon to retrieve, either 16x16 or 32x32
      Returns:
      An Image that represents this bean, or null if the appropriate type is not available.