java.beans.BeanInfo
public class AbstractLayoutPainterBeanInfo extends BeanInfoSupport
Modifier and Type | Class | Description |
---|---|---|
static class |
AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor |
|
static class |
AbstractLayoutPainterBeanInfo.VerticalAlignmentPropertyEditor |
Constructor | Description |
---|---|
AbstractLayoutPainterBeanInfo() |
|
AbstractLayoutPainterBeanInfo(java.lang.Class clazz) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
initialize() |
Called by the constructor during the proper time so that subclasses
can override the settings/values for the various beaninfo properties.
|
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName
public AbstractLayoutPainterBeanInfo()
public AbstractLayoutPainterBeanInfo(java.lang.Class clazz)
protected void initialize()
BeanInfoSupport
initialize
in class BeanInfoSupport