Apache JMeter

org.apache.jmeter.testbeans.gui
Class LongPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by 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.


Constructor Summary
LongPropertyEditor()
           
 
Method Summary
 void setAsText(String text)
           
 void setValue(Object value)
           
 
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
 

Constructor Detail

LongPropertyEditor

public LongPropertyEditor()
Method Detail

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

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.