org.firebirdsql.squirrel.util
Class IndexInfoBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.firebirdsql.squirrel.util.IndexInfoBeanInfo
All Implemented Interfaces:
BeanInfo

public class IndexInfoBeanInfo
extends SimpleBeanInfo

This is the BeanInfo class for IndexInfo.

Author:
Colin Bell

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
IndexInfoBeanInfo()
           
 
Method Summary
 PropertyDescriptor[] getPropertyDescriptors()
          See http://tinyurl.com/63no6t for discussion of the proper thread-safe way to implement getPropertyDescriptors().
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, 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

IndexInfoBeanInfo

public IndexInfoBeanInfo()
Method Detail

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
See http://tinyurl.com/63no6t for discussion of the proper thread-safe way to implement getPropertyDescriptors().

Specified by:
getPropertyDescriptors in interface BeanInfo
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
See Also:
SimpleBeanInfo.getPropertyDescriptors()


Copyright © 2001-2010. All Rights Reserved.