Class AbstractPainterBeanInfo

  • All Implemented Interfaces:
    java.beans.BeanInfo
    Direct Known Subclasses:
    NeonBorderEffectBeanInfo

    public class AbstractPainterBeanInfo
    extends BeanInfoSupport
    BeanInfo of AbstractPainter.
    Author:
    Richard, Jan Stola
    • Constructor Detail

      • AbstractPainterBeanInfo

        public AbstractPainterBeanInfo()
        Creates a new instance of BackgroundPainterBeanInfo
      • AbstractPainterBeanInfo

        public AbstractPainterBeanInfo​(java.lang.Class clazz)
    • 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