|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.TextAreaEditor
public class TextAreaEditor
| Constructor Summary | |
|---|---|
TextAreaEditor()
|
|
TextAreaEditor(Object source)
|
|
TextAreaEditor(PropertyDescriptor descriptor)
Construct a TextAreaEditor using the properties of a given
PropertyDescriptor |
|
| Method Summary | |
|---|---|
void |
focusGained(FocusEvent e)
|
void |
focusLost(FocusEvent e)
|
String |
getAsText()
|
Component |
getCustomEditor()
|
Object |
getValue()
|
void |
propertyChange(PropertyChangeEvent evt)
|
void |
setAsText(String text)
|
void |
setValue(Object value)
|
boolean |
supportsCustomEditor()
|
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextAreaEditor()
public TextAreaEditor(Object source)
source - the source used for event firingpublic TextAreaEditor(PropertyDescriptor descriptor)
TextAreaEditor using the properties of a given
PropertyDescriptor
descriptor - to be used for the editor. Must not be null| Method Detail |
|---|
public void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorgetCustomEditor in class PropertyEditorSupport
public void setAsText(String text)
throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupportpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListener
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||