org.apache.jmeter.testbeans.gui
Class GenericTestBeanCustomizer
JPanel
org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
- Customizer, SharedCustomizer
public class GenericTestBeanCustomizer
extends JPanel
The GenericTestBeanCustomizer is designed to provide developers with a
mechanism to quickly implement GUIs for new components.
It allows editing each of the public exposed properties of the edited type 'a
la JavaBeans': as far as the types of those properties have an associated
editor, there's no GUI development required.
This class understands the following PropertyDescriptor attributes:
- default
- notUndefinednotOther
The following BeanDescriptor attributes are also understood:
- group
- groupgroup
- group.displayNamegroup
DEFAULT
public static final String DEFAULT
DEFAULT_GROUP
public static final String DEFAULT_GROUP
GROUP
public static final String GROUP
NOT_EXPRESSION
public static final String NOT_EXPRESSION
NOT_OTHER
public static final String NOT_OTHER
NOT_UNDEFINED
public static final String NOT_UNDEFINED
ORDER
public static final String ORDER
RESOURCE_BUNDLE
public static final String RESOURCE_BUNDLE
TAGS
public static final String TAGS
GenericTestBeanCustomizer
public GenericTestBeanCustomizer()
ORDER
public static final String ORDER(String group)
setObject
public void setObject(Object map)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.