Class PasswordEditor

  • All Implemented Interfaces:
    java.awt.event.ActionListener , java.awt.event.FocusListener , java.beans.PropertyEditor , java.util.EventListener

    
    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.