Class JXDatePickerBeanInfo

  • All Implemented Interfaces:
    BeanInfo

    public class JXDatePickerBeanInfo
    extends BeanInfoSupport
    BeanInfo class for JXDatePicker.
    Author:
    rbair, Jan Stola
    • Constructor Detail

      • JXDatePickerBeanInfo

        public JXDatePickerBeanInfo()
        Creates a new instance of JXListBeanInfo
    • Method Detail

      • initialize

        protected void initialize()
        Description copied from class: BeanInfoSupport
        Called by the constructor during the proper time so that subclasses can override the settings/values for the various beaninfo properties. For example, you could call setDisplayName("Foo Name", "foo") to change the foo properties display name
        Specified by:
        initialize in class BeanInfoSupport