org.jdesktop.swingx.painter.gradient
Class LinearGradientPainterBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
org.jdesktop.swingx.BeanInfoSupport
org.jdesktop.swingx.painter.gradient.LinearGradientPainterBeanInfo
- All Implemented Interfaces:
- BeanInfo
public class LinearGradientPainterBeanInfo
- extends BeanInfoSupport
Method Summary |
protected void |
initialize()
Called by the constructor during the proper time so that subclasses
can override the settings/values for the various beaninfo properties. |
Methods inherited from class org.jdesktop.swingx.BeanInfoSupport |
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearGradientPainterBeanInfo
public LinearGradientPainterBeanInfo()
- Creates a new instance of LinearGradientPainterBeanInfo
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