Class IntegerPropertyEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class IntegerPropertyEditor extends PropertyEditorSupport
Property Editor which handles Integer properties. Uses Integer.decode(String) so supports hex and octal input.