org.apache.jmeter.testbeans.gui

Class GenericTestBeanCustomizer

Implemented Interfaces:
Customizer, SharedCustomizer

public class GenericTestBeanCustomizer
extends JPanel
implements SharedCustomizer

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

Field Summary

static String
DEFAULT
static String
DEFAULT_GROUP
static String
GROUP
static String
NOT_EXPRESSION
static String
NOT_OTHER
static String
NOT_UNDEFINED
static String
ORDER
static String
RESOURCE_BUNDLE
static String
TAGS

Constructor Summary

GenericTestBeanCustomizer()

Method Summary

static String
ORDER(String group)
void
setObject(Object map)

Field Details

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

Constructor Details

GenericTestBeanCustomizer

public GenericTestBeanCustomizer()

Method Details

ORDER

public static final String ORDER(String group)

setObject

public void setObject(Object map)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.