org.apache.jmeter.testbeans.gui
Class PasswordEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.testbeans.gui.PasswordEditor
- All Implemented Interfaces:
- ActionListener, EventListener, FocusListener, PropertyEditor
- public class PasswordEditor
- extends PropertyEditorSupport
- implements ActionListener, FocusListener
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordEditor
protected PasswordEditor()
getAsText
public String getAsText()
- Specified by:
getAsText
in interface PropertyEditor
setAsText
public void setAsText(String value)
- Specified by:
setAsText
in interface PropertyEditor
getValue
public Object getValue()
- Specified by:
getValue
in interface PropertyEditor
setValue
public void setValue(Object value)
- Specified by:
setValue
in interface PropertyEditor
getCustomEditor
public Component getCustomEditor()
- Specified by:
getCustomEditor
in interface PropertyEditor
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interface PropertyEditor
firePropertyChange
public void firePropertyChange()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.