Package org.jdesktop.swingx.painter
Class CheckerboardPainterBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.jdesktop.beans.BeanInfoSupport
-
- org.jdesktop.swingx.painter.CheckerboardPainterBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class CheckerboardPainterBeanInfo extends BeanInfoSupport
BeanInfo of CheckerboardPainter.
-
-
Constructor Summary
Constructors Constructor Description CheckerboardPainterBeanInfo()Creates a new instance of CheckerboardPainterBeanInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitialize()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.beans.BeanInfoSupport
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName, setTransient
-
-
-
-
Method Detail
-
initialize
protected void initialize()
Description copied from class:BeanInfoSupportCalled 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:
initializein classBeanInfoSupport
-
-