Class JXMonthViewBeanInfo

  • All Implemented Interfaces:
    java.beans.BeanInfo

    public class JXMonthViewBeanInfo
    extends BeanInfoSupport
    Fix for #951-swingx: JXMonthView looks weird in Netbeans form. Applied as provided by hmichel@dev.java.net.
    • Constructor Detail

      • JXMonthViewBeanInfo

        public JXMonthViewBeanInfo()
    • 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