ComboStringEditor
| This class implements a property editor for possibly null String properties
that supports custom editing (i.e.: provides a GUI component) based on a
combo box. |
code | html |
ComboStringEditor.UniqueObject
| This is a funny hack: if you use a plain String, entering the text of the
string in the editor will make the combo revert to that option -- which
actually amounts to making that string 'reserved'. |
code | html |
FieldStringEditor
| This class implements a property editor for non-null String properties that
supports custom editing (i.e.: provides a GUI component) based on a text
field. |
code | html |
FileEditor
| A property editor for File properties. |
code | html |
FileEditor.SimpleFileEditor
| |
code | html |
GenericTestBeanCustomizer
| The GenericTestBeanCustomizer is designed to provide developers with a
mechanism to quickly implement GUIs for new components. |
code | html |
GenericTestBeanCustomizer.PropertyComparator
| Comparator used to sort properties for presentation in the GUI. |
code | html |
TestBeanGUI
| JMeter GUI element editing for TestBean elements. |
code | html |
TextAreaEditor
| |
code | html |
WrapperEditor
| This is an implementation of a full-fledged property editor, providing both
object-text transformation and an editor GUI (a custom editor component),
from two simpler property editors providing only one of these functionalities
each, namely:
- typeEditor
-
- Provides suitable object-to-string and string-to-object transformation
for the property's type.
|
code | html |