Class TimePickerBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.github.lgooddatepicker.components.TimePickerBeanInfo
- All Implemented Interfaces:
BeanInfo
TimePickerBeanInfo, This class returns JavaBean information for the matching bean class.
The class methods will return default BeanInfo Introspector information for properties, methods,
and events, plus any customizations that are applied on top of the default Introspector data set.
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.int
getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.int
getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.getIcon
(int iconType) getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or cannot be retrieved.getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.getPropertyDescriptors, Returns the BeanInfo PropertyDescriptor array, or null to use automatic introspection.Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, loadImage
-
Constructor Details
-
TimePickerBeanInfo
public TimePickerBeanInfo()
-
-
Method Details
-
getIcon
getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or cannot be retrieved.- Specified by:
getIcon
in interfaceBeanInfo
- Overrides:
getIcon
in classSimpleBeanInfo
-
getBeanDescriptor
getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.- Specified by:
getBeanDescriptor
in interfaceBeanInfo
- Overrides:
getBeanDescriptor
in classSimpleBeanInfo
-
getPropertyDescriptors
getPropertyDescriptors, Returns the BeanInfo PropertyDescriptor array, or null to use automatic introspection. Each array element may be a PropertyDescriptor, or the IndexedPropertyDescriptor subclass of PropertyDescriptor.- Specified by:
getPropertyDescriptors
in interfaceBeanInfo
- Overrides:
getPropertyDescriptors
in classSimpleBeanInfo
-
getEventSetDescriptors
getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.- Specified by:
getEventSetDescriptors
in interfaceBeanInfo
- Overrides:
getEventSetDescriptors
in classSimpleBeanInfo
-
getMethodDescriptors
getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.- Specified by:
getMethodDescriptors
in interfaceBeanInfo
- Overrides:
getMethodDescriptors
in classSimpleBeanInfo
-
getDefaultPropertyIndex
public int getDefaultPropertyIndex()getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.- Specified by:
getDefaultPropertyIndex
in interfaceBeanInfo
- Overrides:
getDefaultPropertyIndex
in classSimpleBeanInfo
-
getDefaultEventIndex
public int getDefaultEventIndex()getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.- Specified by:
getDefaultEventIndex
in interfaceBeanInfo
- Overrides:
getDefaultEventIndex
in classSimpleBeanInfo
-