net.sourceforge.jdbcexporter.formatter
Class CSVDelimiterFormatterBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bynet.sourceforge.jdbcexporter.formatter.CSVDelimiterFormatterBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class CSVDelimiterFormatterBeanInfo
extends java.beans.SimpleBeanInfo

The CSVDelimiterFormatterBeanInfo class provides the custom property editor needed for the property 'emptyPositions'.

Version:
0.61
Author:
Chris Nagy

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
CSVDelimiterFormatterBeanInfo()
          Creates the bean info for CSVDelimiterFormatter.
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns the bean descriptor.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns the array of property descriptors for the bean.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVDelimiterFormatterBeanInfo

public CSVDelimiterFormatterBeanInfo()
                              throws java.beans.IntrospectionException
Creates the bean info for CSVDelimiterFormatter.

Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns the bean descriptor.

Returns:
bean descriptor

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the array of property descriptors for the bean.

Returns:
property descriptors