Specialised {@link TextCellEditor} that sets the echo char of the textcontrol used by this editor to a configured character. You can configure the echo character by setting the attribute {@link CellStyleAttributes#PASSWORD_ECHO_CHAR} to the cell style to use. Ifthere is no echo character configured, the bullet character will be used.
As the anonymization of the inserted value only relates to the {@link Text}control, ensure to also register the {@link PasswordTextPainter} so the valueis not shown in clear text after commit.
@author Dirk Fauth
@see PasswordTextPainter
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.