org.apache.jmeter.testbeans.gui
Class PasswordEditor
PropertyEditorSupport
org.apache.jmeter.testbeans.gui.PasswordEditor
- ActionListener, FocusListener
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.
PasswordEditor
protected PasswordEditor()
actionPerformed
public void actionPerformed(ActionEvent e)
firePropertyChange
public void firePropertyChange()
focusGained
public void focusGained(FocusEvent e)
focusLost
public void focusLost(FocusEvent e)
getAsText
public String getAsText()
getCustomEditor
public Component getCustomEditor()
getValue
public Object getValue()
setAsText
public void setAsText(String value)
setValue
public void setValue(Object value)
supportsCustomEditor
public boolean supportsCustomEditor()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.