edu.ucf.cs.courses.cop4610l.beans.streams
Class StreamToStringBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class StreamToStringBeanInfo
extends java.beans.SimpleBeanInfo

See Also:
StreamToString

Field Summary
static java.lang.Class beanClass
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
StreamToStringBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Provides a nice description for tool tips.
 java.awt.Image getIcon(int iconKind)
          Custom icons for builder tools.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          This class is used to restrict the methods that the builder tool displays.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

beanClass

public static final java.lang.Class beanClass
Constructor Detail

StreamToStringBeanInfo

public StreamToStringBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Provides a nice description for tool tips.
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
This class is used to restrict the methods that the builder tool displays. Otherwise, all inherited methods would be displayed.
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Custom icons for builder tools.
Overrides:
getIcon in class java.beans.SimpleBeanInfo