org.apache.jmeter.testbeans.gui
Class LongPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.LongPropertyEditor
- All Implemented Interfaces:
- PropertyEditor
public class LongPropertyEditor
- extends PropertyEditorSupport
Property Editor which handles Long properties.
Uses Long.decode(String) so supports hex and octal input.
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongPropertyEditor
public LongPropertyEditor()
setAsText
public void setAsText(String text)
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class PropertyEditorSupport
setValue
public void setValue(Object value)
- Specified by:
setValue in interface PropertyEditor- Overrides:
setValue in class PropertyEditorSupport
Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.