Class NeonBorderEffectBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
org.jdesktop.beans.BeanInfoSupport
org.jdesktop.swingx.painter.AbstractPainterBeanInfo
org.jdesktop.swingx.painter.effects.NeonBorderEffectBeanInfo
- All Implemented Interfaces:
BeanInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from class AbstractPainterBeanInfo
AbstractPainterBeanInfo.InterpolationPropertyEditor -
Field Summary
Fields inherited from interface BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of NeonBorderEffectBeanInfo -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCalled by the constructor during the proper time so that subclasses can override the settings/values for the various beaninfo properties.Methods inherited from class BeanInfoSupport
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName, setTransientMethods inherited from class SimpleBeanInfo
getAdditionalBeanInfo
-
Constructor Details
-
NeonBorderEffectBeanInfo
public NeonBorderEffectBeanInfo()Creates a new instance of NeonBorderEffectBeanInfo
-
-
Method Details
-
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- Overrides:
initializein classAbstractPainterBeanInfo
-