Apache JMeter

org.apache.jmeter.testbeans.gui
Class PasswordEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.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.


Constructor Summary
protected PasswordEditor()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void firePropertyChange()
           
 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, getTags, isPaintable, paintValue, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEditor

protected PasswordEditor()
Method Detail

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

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.