Package org.apache.jmeter.testbeans.gui
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
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor 
- 
Constructor Details
- 
IntegerPropertyEditor
public IntegerPropertyEditor() 
 - 
 - 
Method Details
- 
setAsText
- Specified by:
 setAsTextin interfacePropertyEditor- Overrides:
 setAsTextin classPropertyEditorSupport
 - 
setValue
- Specified by:
 setValuein interfacePropertyEditor- Overrides:
 setValuein classPropertyEditorSupport
 
 -