|
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.PasswordEditor
public class PasswordEditor
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 Summary | |
|---|---|
protected |
PasswordEditor()
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
void |
firePropertyChange()
Avoid needlessly firing PropertyChanged events. |
void |
focusGained(FocusEvent e)
|
void |
focusLost(FocusEvent e)
|
String |
getAsText()
|
Component |
getCustomEditor()
|
Object |
getValue()
|
void |
setAsText(String value)
|
void |
setValue(Object value)
|
boolean |
supportsCustomEditor()
|
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, 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 |
|---|
protected PasswordEditor()
| Method Detail |
|---|
public String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String value)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportpublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorgetCustomEditor in class PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupportpublic void firePropertyChange()
firePropertyChange in class PropertyEditorSupportpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListener
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||