Module java.desktop

Class PasswordView

java.lang.Object
All Implemented Interfaces:
SwingConstants, TabExpander

public class PasswordView extends FieldView
Implements a View suitable for use in JPasswordField UI implementations. This is basically a field ui that renders its contents as the echo character specified in the associated component (if it can narrow the component to a JPasswordField).
See Also: