Package org.apache.jmeter.testbeans.gui
Class TextAreaEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.TextAreaEditor
- All Implemented Interfaces:
- FocusListener,- PropertyChangeListener,- PropertyEditor,- EventListener
public class TextAreaEditor
extends PropertyEditorSupport
implements FocusListener, PropertyChangeListener
- 
Constructor SummaryConstructorsConstructorDescriptionTextAreaEditor(PropertyDescriptor descriptor) Construct aTextAreaEditorusing the properties of a givenPropertyDescriptorTextAreaEditor(Object source) 
- 
Method SummaryMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource
- 
Constructor Details- 
TextAreaEditorpublic TextAreaEditor()
- 
TextAreaEditor- Parameters:
- source- the source used for event firing
 
- 
TextAreaEditorConstruct aTextAreaEditorusing the properties of a givenPropertyDescriptor- Parameters:
- descriptor- to be used for the editor. Must not be- null
 
 
- 
- 
Method Details- 
focusGained- Specified by:
- focusGainedin interface- FocusListener
 
- 
focusLost- Specified by:
- focusLostin interface- FocusListener
 
- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
- 
getCustomEditor- Specified by:
- getCustomEditorin interface- PropertyEditor
- Overrides:
- getCustomEditorin class- PropertyEditorSupport
 
- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
- Throws:
- IllegalArgumentException
 
- 
setValue- Specified by:
- setValuein interface- PropertyEditor
- Overrides:
- setValuein class- PropertyEditorSupport
 
- 
getValue- Specified by:
- getValuein interface- PropertyEditor
- Overrides:
- getValuein class- PropertyEditorSupport
 
- 
supportsCustomEditorpublic boolean supportsCustomEditor()- Specified by:
- supportsCustomEditorin interface- PropertyEditor
- Overrides:
- supportsCustomEditorin class- PropertyEditorSupport
 
- 
propertyChange- Specified by:
- propertyChangein interface- PropertyChangeListener
 
 
-