swingx
Version 2005-08-19

org.jdesktop.swingx.painter
Class AbstractPainterBeanInfo

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

public class AbstractPainterBeanInfo
extends BeanInfoSupport


Nested Class Summary
static class AbstractPainterBeanInfo.AlphaInterpolationPropertyEditor
           
static class AbstractPainterBeanInfo.AntialiasingPropertyEditor
           
static class AbstractPainterBeanInfo.ColorRenderingPropertyEditor
           
static class AbstractPainterBeanInfo.CompositePropertyEditor
           
static class AbstractPainterBeanInfo.DitheringPropertyEditor
           
static class AbstractPainterBeanInfo.FractionalMetricsPropertyEditor
           
static class AbstractPainterBeanInfo.InterpolationPropertyEditor
           
static class AbstractPainterBeanInfo.RenderingPropertyEditor
           
static class AbstractPainterBeanInfo.ResizeClipPropertyEditor
           
static class AbstractPainterBeanInfo.StrokeControlPropertyEditor
           
static class AbstractPainterBeanInfo.TextAntialiasingPropertyEditor
           
 
Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AbstractPainterBeanInfo()
          Creates a new instance of BackgroundPainterBeanInfo
 
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.beans.SimpleBeanInfo
getAdditionalBeanInfo, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPainterBeanInfo

public AbstractPainterBeanInfo()
Creates a new instance of BackgroundPainterBeanInfo

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

swingx
Version 2005-08-19