PasswordAttribute
ptolemy.actor.gui.PasswordAttribute

An attribute that represents a password. The value of this attribute is a string that represents the password in an encrypted form. To access the password in unencrypted form, call the getPassword() method. To set the password in unencrypted form, call the setPassword() method. FIXME: we need to support the persistence and encryption.

Author(s): Edward Lee, Yang Zhao
Version:$Id: PasswordAttribute.java,v 1.11 2005/07/08 19:55:41 cxh Exp $