public class DOMBuilderBeanInfo
extends java.beans.SimpleBeanInfo
| Constructor and Description |
|---|
DOMBuilderBeanInfo()
The default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getIcon(int iconKind)
Gets an image object that can be used to represent
DOMBuilder bean in toolbars, toolboxes, etc. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Gets the
DOMBuilder bean's PropertyDescriptors |
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
DOMBuilder bean's PropertyDescriptorsgetPropertyDescriptors in interface java.beans.BeanInfogetPropertyDescriptors in class java.beans.SimpleBeanInfoDOMBuilder bean.public java.awt.Image getIcon(int iconKind)
DOMBuilder bean in toolbars, toolboxes, etc.getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfoiconKind - The kind of icon requested.DOMBuilder bean.