All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.taligent.widget.MaskedTextFieldBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----COM.taligent.widget.MaskedTextFieldBeanInfo

public class MaskedTextFieldBeanInfo
extends SimpleBeanInfo
MaskedTextField Bean information.

Version:
1.0
Author:
Andy Clark, Taligent Inc.

Constructor Index

 o MaskedTextFieldBeanInfo()
Initialize statics.

Method Index

 o getBeanDescriptor()
Returns the customizer for this Bean.
 o getIcon(int)
Return bean icon.
 o getPropertyDescriptors()
Returns the property descriptors for this class.

Constructors

 o MaskedTextFieldBeanInfo
 public MaskedTextFieldBeanInfo()
Initialize statics.

Methods

 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors for this class.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the customizer for this Bean.

Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Return bean icon.

Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index