Package org.jdesktop.swingx.painter
Class AbstractLayoutPainterBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.jdesktop.swingx.BeanInfoSupport
-
- org.jdesktop.swingx.painter.AbstractLayoutPainterBeanInfo
-
- All Implemented Interfaces:
BeanInfo
public class AbstractLayoutPainterBeanInfo extends BeanInfoSupport
BeanInfo of AbstractLayoutPainter.- Author:
- Jan Stola
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditorstatic classAbstractLayoutPainterBeanInfo.VerticalAlignmentPropertyEditor
-
Field Summary
-
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
Constructor Summary
Constructors Constructor Description AbstractLayoutPainterBeanInfo()AbstractLayoutPainterBeanInfo(Class clazz)
-
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.swingx.BeanInfoSupport
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName
-
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo
-
-
-
-
Constructor Detail
-
AbstractLayoutPainterBeanInfo
public AbstractLayoutPainterBeanInfo()
-
AbstractLayoutPainterBeanInfo
public AbstractLayoutPainterBeanInfo(Class clazz)
-
-
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
-
-