All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.BSMaskedTextFields.BSMaskedTextFieldBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----COM.BSMaskedTextFields.BSMaskedTextFieldBeanInfo

public class BSMaskedTextFieldBeanInfo
extends SimpleBeanInfo
The bean information class for COM.BSMaskedTextFields.BSMaskedTextField.

See Also:
BSMaskedTextField

Constructor Index

 o BSMaskedTextFieldBeanInfo()

Method Index

 o canBeIncompletePropertyDescriptor()
Gets the canBeIncompleteproperty descriptor.
 o designatedAlphaCharacterPropertyDescriptor()
Gets the designatedAlphaCharacterproperty descriptor.
 o designatedAlphaNumericCharacterPropertyDescriptor()
Gets the designatedAlphaNumericCharacterproperty descriptor.
 o designatedAnyCharacterFromSpecialCharactersPropertyDescriptor()
Gets the designatedAnyCharacterFromSpecialCharactersproperty descriptor.
 o designatedAnyCharacterPropertyDescriptor()
Gets the designatedAnyCharacterproperty descriptor.
 o designatedNumericCharacterPropertyDescriptor()
Gets the designatedNumericCharacterproperty descriptor.
 o findMethod(Class, String, int)
Find the method by comparing (name & parameter size) against the methods in the class.
 o getBeanClass()
Gets the bean class.
 o getBeanClassName()
Gets the bean class name.
 o getBeanDescriptor()
 o getEventSetDescriptors()
Return the event set descriptors for this bean.
 o getIcon(int)
 o getMethodDescriptors()
Return the method descriptors for this bean.
 o getPropertyDescriptors()
Return the property descriptors for this bean.
 o handleException(Throwable)
Called whenever the bean information class throws an exception.
 o maskPropertyDescriptor()
Gets the maskproperty descriptor.
 o specialCharactersInReturnStringPropertyDescriptor()
Gets the specialCharactersInReturnStringproperty descriptor.
 o specialCharactersPropertyDescriptor()
Gets the specialCharactersproperty descriptor.

Constructors

 o BSMaskedTextFieldBeanInfo
 public BSMaskedTextFieldBeanInfo()

Methods

 o canBeIncompletePropertyDescriptor
 public PropertyDescriptor canBeIncompletePropertyDescriptor()
Gets the canBeIncompleteproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o designatedAlphaCharacterPropertyDescriptor
 public PropertyDescriptor designatedAlphaCharacterPropertyDescriptor()
Gets the designatedAlphaCharacterproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o designatedAlphaNumericCharacterPropertyDescriptor
 public PropertyDescriptor designatedAlphaNumericCharacterPropertyDescriptor()
Gets the designatedAlphaNumericCharacterproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o designatedAnyCharacterFromSpecialCharactersPropertyDescriptor
 public PropertyDescriptor designatedAnyCharacterFromSpecialCharactersPropertyDescriptor()
Gets the designatedAnyCharacterFromSpecialCharactersproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o designatedAnyCharacterPropertyDescriptor
 public PropertyDescriptor designatedAnyCharacterPropertyDescriptor()
Gets the designatedAnyCharacterproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o designatedNumericCharacterPropertyDescriptor
 public PropertyDescriptor designatedNumericCharacterPropertyDescriptor()
Gets the designatedNumericCharacterproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o findMethod
 public static Method findMethod(Class aClass,
                                 String methodName,
                                 int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.

Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method
 o getBeanClass
 public static Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class
 o getBeanClassName
 public static String getBeanClassName()
Gets the bean class name.

Returns:
java.lang.String
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Overrides:
getIcon in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]
Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o handleException
 private void handleException(Throwable exception)
Called whenever the bean information class throws an exception.

Parameters:
exception - java.lang.Throwable
 o maskPropertyDescriptor
 public PropertyDescriptor maskPropertyDescriptor()
Gets the maskproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o specialCharactersInReturnStringPropertyDescriptor
 public PropertyDescriptor specialCharactersInReturnStringPropertyDescriptor()
Gets the specialCharactersInReturnStringproperty descriptor.

Returns:
java.beans.PropertyDescriptor
 o specialCharactersPropertyDescriptor
 public PropertyDescriptor specialCharactersPropertyDescriptor()
Gets the specialCharactersproperty descriptor.

Returns:
java.beans.PropertyDescriptor

All Packages  Class Hierarchy  This Package  Previous  Next  Index