java.lang.Objectjava.beans.SimpleBeanInfo
org.apache.jmeter.testbeans.BeanInfoSupport
All Implemented Interfaces:
BeanInfo
Direct Known Subclasses:
BSFAssertionBeanInfo, DataSourceElementBeanInfo, BSFPostProcessorBeanInfo, Example2BeanInfo, DebugSamplerBeanInfo, BSFListenerBeanInfo, BeanShellBeanInfoSupport, AccessLogSamplerBeanInfo, RandomVariableConfigBeanInfo, BeanShellPostProcessorBeanInfo, BSFBeanInfoSupport, DebugPostProcessorBeanInfo, BeanShellTimerBeanInfo, BeanShellListenerBeanInfo, JDBCSamplerBeanInfo, BeanShellPreProcessorBeanInfo, ConstantThroughputTimerBeanInfo, BSFPreProcessorBeanInfo, CSVDataSetBeanInfo, SyncTimerBeanInfo
To use, subclass it, create a subclass with a parameter-less constructor that:
Even before any such modifications, a resource bundle named xxxResources (where xxx is the fully qualified bean class name) will be obtained if available and used to localize the following:
The resource bundle will be stored as the bean descriptor's "resourceBundle" attribute, so that it can be used for further localization. TestBeanGUI, for example, uses it to obtain the group's display names from properties groupName.displayName.
- href="mailto:jsalvata@apache.org">Jordi Salvat i Alabart
$
- Revision: 1.9 $ updated on $Date: 2005/07/12 20:50:43 $Field Summary | ||
---|---|---|
public static final String | TAGS | |
public static final String | NOT_UNDEFINED | |
public static final String | NOT_EXPRESSION | |
public static final String | NOT_OTHER | |
public static final String | DEFAULT | |
public static final String | RESOURCE_BUNDLE |
Constructor: |
---|
|
Method from org.apache.jmeter.testbeans.BeanInfoSupport Summary: |
---|
createPropertyGroup, getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, property, setIcon |
Methods from java.beans.SimpleBeanInfo: |
---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.jmeter.testbeans.BeanInfoSupport Detail: |
---|
It will assing the given group name to each of the named properties, and set their order attribute so that they are shown in the given order. The created groups will get order 1, 2, 3,... in the order in which they are created. |
|
|
|
|
|
|
|
|
|
|