| 
 | Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElementBeanInfo
public class AbstractTestElementBeanInfo
This is the BeanInfo object for the TestBean class. It acts as a "stopper" for the introspector: we don't want it to look at properties defined at this or higher classes.
Note this is really needed since using Introspector.getBeanInfo with a stop class is not an option because:
| Field Summary | 
|---|
| Fields inherited from interface java.beans.BeanInfo | 
|---|
| ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 | 
| Constructor Summary | |
|---|---|
| AbstractTestElementBeanInfo() | |
| Method Summary | |
|---|---|
|  BeanInfo[] | getAdditionalBeanInfo() | 
|  BeanDescriptor | getBeanDescriptor() | 
|  int | getDefaultEventIndex() | 
|  int | getDefaultPropertyIndex() | 
|  EventSetDescriptor[] | getEventSetDescriptors() | 
|  Image | getIcon(int iconKind) | 
|  MethodDescriptor[] | getMethodDescriptors() | 
|  PropertyDescriptor[] | getPropertyDescriptors() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AbstractTestElementBeanInfo()
| Method Detail | 
|---|
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo in interface BeanInfopublic BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface BeanInfopublic int getDefaultEventIndex()
getDefaultEventIndex in interface BeanInfopublic int getDefaultPropertyIndex()
getDefaultPropertyIndex in interface BeanInfopublic EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface BeanInfopublic Image getIcon(int iconKind)
getIcon in interface BeanInfopublic MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors in interface BeanInfopublic PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface BeanInfo| 
 | Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||