Class GlossPainterBeanInfo

java.lang.Object
java.beans.SimpleBeanInfo
org.jdesktop.beans.BeanInfoSupport
org.jdesktop.swingx.painter.GlossPainterBeanInfo
All Implemented Interfaces:
BeanInfo

public class GlossPainterBeanInfo extends BeanInfoSupport
BeanInfo of GlossPainter.
  • Constructor Details

    • GlossPainterBeanInfo

      public GlossPainterBeanInfo()
      Creates a new instance of GlossPainterBeanInfo
  • Method Details

    • 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