infofilter
Class NewsReaderAgentBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--infofilter.NewsReaderAgentBeanInfo

public class NewsReaderAgentBeanInfo
extends java.beans.SimpleBeanInfo

The NewsReaderAgentBeanInfo class implements bean info for the news reader agent.


Field Summary
(package private)  java.lang.Class beanClass
           
(package private)  java.lang.String iconColor16x16Filename
           
(package private)  java.lang.String iconColor32x32Filename
           
(package private)  java.lang.String iconMono16x16Filename
           
(package private)  java.lang.String iconMono32x32Filename
           
 
Constructor Summary
NewsReaderAgentBeanInfo()
          Creates a NewsReaderAgentBeanInfo object.
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Retrieves additional bean info from the superclass.
 java.beans.BeanDescriptor getBeanDescriptor()
          Retrieves a descriptor for this bean.
 java.awt.Image getIcon(int iconKind)
          Retrieves the icon.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Retrieves the set of property descriptors for the bean.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanClass

java.lang.Class beanClass

iconColor16x16Filename

java.lang.String iconColor16x16Filename

iconColor32x32Filename

java.lang.String iconColor32x32Filename

iconMono16x16Filename

java.lang.String iconMono16x16Filename

iconMono32x32Filename

java.lang.String iconMono32x32Filename
Constructor Detail

NewsReaderAgentBeanInfo

public NewsReaderAgentBeanInfo()
Creates a NewsReaderAgentBeanInfo object.
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Retrieves a descriptor for this bean.
Returns:
a bean descriptor which specifies a customizer for this bean class
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Retrieves the set of property descriptors for the bean.
Returns:
the PropertyDescriptor[] that contains the property descriptors
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Retrieves the icon.
Parameters:
iconKind - the integer that represents the icon kind
Returns:
the java.awt.Image object that contains the icon image
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Retrieves additional bean info from the superclass.
Returns:
the BeanInfo[] object that contains the additional bean info
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo