org.jdesktop.swingx
Class JXTextFieldBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.jdesktop.swingx.BeanInfoSupport
          extended by org.jdesktop.swingx.JXPromptBeanInfo
              extended by org.jdesktop.swingx.JXTextFieldBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo
Direct Known Subclasses:
JXSearchFieldBeanInfo

public class JXTextFieldBeanInfo
extends JXPromptBeanInfo


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
  JXTextFieldBeanInfo()
           
protected JXTextFieldBeanInfo(java.lang.Class<? extends JXTextField> beanClass)
           
 
Method Summary
 
Methods inherited from class org.jdesktop.swingx.JXPromptBeanInfo
initialize
 
Methods inherited from class org.jdesktop.swingx.BeanInfoSupport
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXTextFieldBeanInfo

public JXTextFieldBeanInfo()

JXTextFieldBeanInfo

protected JXTextFieldBeanInfo(java.lang.Class<? extends JXTextField> beanClass)