net.sourceforge.jdbcimporter.parser
Class FixedDelimiterParserBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bynet.sourceforge.jdbcimporter.parser.FixedDelimiterParserBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class FixedDelimiterParserBeanInfo
extends java.beans.SimpleBeanInfo

The FixedDelimiterParserBeanInfo class provides the custom property editor needed for the property 'columnPositions'.

Since:
0.6
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
FixedDelimiterParserBeanInfo()
          Constructs a new FixedDelimiterParserBeanInfo.
 
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

FixedDelimiterParserBeanInfo

public FixedDelimiterParserBeanInfo()
                             throws java.beans.IntrospectionException
Constructs a new FixedDelimiterParserBeanInfo.

Throws:
java.beans.IntrospectionException
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