Apache JMeter

org.apache.jmeter.testbeans.gui
Class BooleanPropertyEditor

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

public class BooleanPropertyEditor
extends PropertyEditorSupport

Property Editor which handles Boolean properties.


Constructor Summary
BooleanPropertyEditor()
           
 
Method Summary
 String[] getTags()
           
 void setAsText(String text)
           
 void setValue(Object value)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, 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

BooleanPropertyEditor

public BooleanPropertyEditor()
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

getTags

public String[] getTags()
Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class PropertyEditorSupport

Apache JMeter

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