Class PIASpinnerFieldBeanInfo

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

public class PIASpinnerFieldBeanInfo extends SimpleBeanInfo
PIASpinnerFieldBeanInfo retrieves information about a PIASpinnerField.
Version:
%version: 2 % %date_modified: Tue Jun 26 15:54:25 2001 %
Author:
kapono
  • Constructor Details

    • PIASpinnerFieldBeanInfo

      public PIASpinnerFieldBeanInfo()
  • 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
      Returns:
      An Image that represents this bean.