|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.connector.deployment.dconfigbean.ConnectionDefinitionDConfigBeanBeanInfo
public class ConnectionDefinitionDConfigBeanBeanInfo
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
ConnectionDefinitionDConfigBeanBeanInfo()
|
|
| Method Summary | |
|---|---|
BeanInfo[] |
getAdditionalBeanInfo()
This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean. |
BeanDescriptor |
getBeanDescriptor()
Gets the beans BeanDescriptor. |
int |
getDefaultEventIndex()
A bean may have a "default" event that is the event that will mostly commonly be used by humans when using the bean. |
int |
getDefaultPropertyIndex()
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean. |
EventSetDescriptor[] |
getEventSetDescriptors()
Gets the beans EventSetDescriptors. |
Image |
getIcon(int iconKind)
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc. |
MethodDescriptor[] |
getMethodDescriptors()
Gets the beans MethodDescriptors. |
PropertyDescriptor[] |
getPropertyDescriptors()
Gets the beans PropertyDescriptors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionDefinitionDConfigBeanBeanInfo()
| Method Detail |
|---|
public int getDefaultEventIndex()
getDefaultEventIndex in interface BeanInfoReturns -1 if there is no default event.
public int getDefaultPropertyIndex()
getDefaultPropertyIndex in interface BeanInfoReturns -1 if there is no default property.
public Image getIcon(int iconKind)
getIcon in interface BeanInfoiconKind - The kind of icon requested. This should be
one of the constant values ICON_COLOR_16x16, ICON_COLOR_32x32,
ICON_MONO_16x16, or ICON_MONO_32x32.
public BeanDescriptor getBeanDescriptor()
BeanDescriptor.
getBeanDescriptor in interface BeanInfopublic BeanInfo[] getAdditionalBeanInfo()
If there are conflicts or overlaps between the information provided by different BeanInfo objects, then the current BeanInfo takes precedence over the getAdditionalBeanInfo objects, and later elements in the array take precedence over earlier ones.
getAdditionalBeanInfo in interface BeanInfopublic EventSetDescriptor[] getEventSetDescriptors()
EventSetDescriptors.
getEventSetDescriptors in interface BeanInfopublic MethodDescriptor[] getMethodDescriptors()
MethodDescriptors.
getMethodDescriptors in interface BeanInfopublic PropertyDescriptor[] getPropertyDescriptors()
PropertyDescriptors.
getPropertyDescriptors in interface BeanInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||