Package org.apache.jmeter.testbeans.gui
Class PasswordEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.PasswordEditor
- All Implemented Interfaces:
- ActionListener,- FocusListener,- PropertyEditor,- EventListener
This class implements a property editor for non-null String properties that
 supports custom editing (i.e.: provides a GUI component) based on a text
 field.
 
The provided GUI is a simple password field.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidAvoid needlessly firing PropertyChanged events.voidvoidgetValue()voidvoidbooleanMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource
- 
Constructor Details- 
PasswordEditorprotected PasswordEditor()
 
- 
- 
Method Details- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
 
- 
getValue- Specified by:
- getValuein interface- PropertyEditor
- Overrides:
- getValuein class- PropertyEditorSupport
 
- 
setValue- Specified by:
- setValuein interface- PropertyEditor
- Overrides:
- setValuein class- PropertyEditorSupport
 
- 
getCustomEditor- Specified by:
- getCustomEditorin interface- PropertyEditor
- Overrides:
- getCustomEditorin class- PropertyEditorSupport
 
- 
supportsCustomEditorpublic boolean supportsCustomEditor()- Specified by:
- supportsCustomEditorin interface- PropertyEditor
- Overrides:
- supportsCustomEditorin class- PropertyEditorSupport
 
- 
firePropertyChangepublic void firePropertyChange()Avoid needlessly firing PropertyChanged events.- Overrides:
- firePropertyChangein class- PropertyEditorSupport
 
- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
 
- 
focusGained- Specified by:
- focusGainedin interface- FocusListener
 
- 
focusLost- Specified by:
- focusLostin interface- FocusListener
 
 
-