org.apache.jmeter.testbeans.gui
Class TextAreaEditor
PropertyEditorSupport
org.apache.jmeter.testbeans.gui.TextAreaEditor
- FocusListener
public class TextAreaEditor
extends PropertyEditorSupport
implements FocusListener
TextAreaEditor
public TextAreaEditor()
TextAreaEditor
public TextAreaEditor(Object source)
focusGained
public void focusGained(FocusEvent e)
focusLost
public void focusLost(FocusEvent e)
getAsText
public String getAsText()
getCustomEditor
public Component getCustomEditor()
getValue
public Object getValue()
setAsText
public void setAsText(String text)
throws IllegalArgumentException
setValue
public void setValue(Object value)
supportsCustomEditor
public boolean supportsCustomEditor()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.