com.froses.widgets
Class MaskedTextFieldBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.froses.widgets.MaskedTextFieldBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class MaskedTextFieldBeanInfo
extends java.beans.SimpleBeanInfo

La clase de información del bean para fra.widgets.MaskedTextField.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
MaskedTextFieldBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor componentOrientationPropertyDescriptor()
          Gets the componentOrientation property descriptor.
 java.beans.PropertyDescriptor dataPropertyDescriptor()
          Gets the data property descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Busque el método comparando (tamaño de parámetro y nombre) con los métodos de la clase.
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Devuelve la información BeanInfo de la superclase de este bean para heredar sus características.
static java.lang.Class getBeanClass()
          Obtiene la clase de bean.
static java.lang.String getBeanClassName()
          Obtiene el nombre de clase de bean.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.PropertyDescriptor maskPropertyDescriptor()
          Gets the mask property descriptor.
 java.beans.PropertyDescriptor padCharPropertyDescriptor()
          Gets the padChar property descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskedTextFieldBeanInfo

public MaskedTextFieldBeanInfo()
Method Detail

componentOrientationPropertyDescriptor

public java.beans.PropertyDescriptor componentOrientationPropertyDescriptor()
Gets the componentOrientation property descriptor.

Returns:
java.beans.PropertyDescriptor

dataPropertyDescriptor

public java.beans.PropertyDescriptor dataPropertyDescriptor()
Gets the data property descriptor.

Returns:
java.beans.PropertyDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Busque el método comparando (tamaño de parámetro y nombre) con los métodos de la clase.

Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Devuelve la información BeanInfo de la superclase de este bean para heredar sus características.

Returns:
java.beans.BeanInfo[]

getBeanClass

public static java.lang.Class getBeanClass()
Obtiene la clase de bean.

Returns:
java.lang.Class

getBeanClassName

public static java.lang.String getBeanClassName()
Obtiene el nombre de clase de bean.

Returns:
java.lang.String

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]

getIcon

public java.awt.Image getIcon(int iconKind)

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]

maskPropertyDescriptor

public java.beans.PropertyDescriptor maskPropertyDescriptor()
Gets the mask property descriptor.

Returns:
java.beans.PropertyDescriptor

padCharPropertyDescriptor

public java.beans.PropertyDescriptor padCharPropertyDescriptor()
Gets the padChar property descriptor.

Returns:
java.beans.PropertyDescriptor