Class IntegerPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
- All Implemented Interfaces:
PropertyEditor
Property Editor which handles Integer properties.
Uses
Integer.decode(String) so supports hex and octal input.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerPropertyEditor
public IntegerPropertyEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport
-
setValue
- Specified by:
setValuein interfacePropertyEditor- Overrides:
setValuein classPropertyEditorSupport
-