All Packages Class Hierarchy This Package Previous Next Index
Class COM.BSMaskedTextFields.BSTimeTextFieldBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----COM.BSMaskedTextFields.BSTimeTextFieldBeanInfo
- public class BSTimeTextFieldBeanInfo
- extends SimpleBeanInfo
The bean information class for COM.BSMaskedTextFields.BSTimeTextField.
- See Also:
- BSTimeTextField
-
BSTimeTextFieldBeanInfo()
-
-
_24HourTimePropertyDescriptor()
- Gets the _24HourTimeproperty descriptor.
-
displaySecondsPropertyDescriptor()
- Gets the displaySecondsproperty descriptor.
-
findMethod(Class, String, int)
- Find the method by comparing (name & parameter size) against the methods in the class.
-
getBeanClass()
- Gets the bean class.
-
getBeanClassName()
- Gets the bean class name.
-
getBeanDescriptor()
-
-
getEventSetDescriptors()
- Return the event set descriptors for this bean.
-
getIcon(int)
-
-
getMethodDescriptors()
- Return the method descriptors for this bean.
-
getPropertyDescriptors()
- Return the property descriptors for this bean.
-
handleException(Throwable)
- Called whenever the bean information class throws an exception.
-
timeSeparatorPropertyDescriptor()
- Gets the timeSeparatorproperty descriptor.
BSTimeTextFieldBeanInfo
public BSTimeTextFieldBeanInfo()
_24HourTimePropertyDescriptor
public PropertyDescriptor _24HourTimePropertyDescriptor()
- Gets the _24HourTimeproperty descriptor.
- Returns:
- java.beans.PropertyDescriptor
displaySecondsPropertyDescriptor
public PropertyDescriptor displaySecondsPropertyDescriptor()
- Gets the displaySecondsproperty descriptor.
- Returns:
- java.beans.PropertyDescriptor
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
getBeanClass
public static Class getBeanClass()
- Gets the bean class.
- Returns:
- java.lang.Class
getBeanClassName
public static String getBeanClassName()
- Gets the bean class name.
- Returns:
- java.lang.String
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Return the event set descriptors for this bean.
- Returns:
- java.beans.EventSetDescriptor[]
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int iconKind)
- Overrides:
- getIcon in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Return the method descriptors for this bean.
- Returns:
- java.beans.MethodDescriptor[]
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Return the property descriptors for this bean.
- Returns:
- java.beans.PropertyDescriptor[]
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
handleException
private void handleException(Throwable exception)
- Called whenever the bean information class throws an exception.
- Parameters:
- exception - java.lang.Throwable
timeSeparatorPropertyDescriptor
public PropertyDescriptor timeSeparatorPropertyDescriptor()
- Gets the timeSeparatorproperty descriptor.
- Returns:
- java.beans.PropertyDescriptor
All Packages Class Hierarchy This Package Previous Next Index