org.beanfabrics.swing
Class BnTextFieldBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.beanfabrics.swing.ModelSubscriberBeanInfo
          extended by org.beanfabrics.swing.BnTextFieldBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class BnTextFieldBeanInfo
extends ModelSubscriberBeanInfo


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
BnTextFieldBeanInfo()
           
 
Method Summary
protected  java.lang.Class getBeanClass()
           
 java.awt.Image getIcon(int iconKind)
           
protected  boolean isPathBound()
           
 
Methods inherited from class org.beanfabrics.swing.ModelSubscriberBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getPropertyDescriptors
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BnTextFieldBeanInfo

public BnTextFieldBeanInfo()
Method Detail

getBeanClass

protected java.lang.Class getBeanClass()
Specified by:
getBeanClass in class ModelSubscriberBeanInfo

isPathBound

protected boolean isPathBound()
Specified by:
isPathBound in class ModelSubscriberBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo