|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.connector.deployment.dconfigbean.ConnectionDefinitionInstanceBeanInfo
public class ConnectionDefinitionInstanceBeanInfo
Field Summary |
---|
Fields inherited from interface java.beans.BeanInfo |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
---|---|
ConnectionDefinitionInstanceBeanInfo()
|
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 EventSetDescriptor s. |
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 MethodDescriptor s. |
PropertyDescriptor[] |
getPropertyDescriptors()
Gets the beans PropertyDescriptor s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionDefinitionInstanceBeanInfo()
Method Detail |
---|
public int getDefaultEventIndex()
getDefaultEventIndex
in interface BeanInfo
Returns -1 if there is no default event.
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface BeanInfo
Returns -1 if there is no default property.
public Image getIcon(int iconKind)
getIcon
in interface BeanInfo
iconKind
- 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 BeanInfo
public 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 BeanInfo
public EventSetDescriptor[] getEventSetDescriptors()
EventSetDescriptor
s.
getEventSetDescriptors
in interface BeanInfo
public MethodDescriptor[] getMethodDescriptors()
MethodDescriptor
s.
getMethodDescriptors
in interface BeanInfo
public PropertyDescriptor[] getPropertyDescriptors()
PropertyDescriptor
s.
getPropertyDescriptors
in interface BeanInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |