Lines Matching defs:JPasswordField

38  * <code>JPasswordField</code> is a lightweight component that allows
45 * <code>JPasswordField</code> is intended
52 * By default, JPasswordField disables input methods; otherwise, input
77 public class JPasswordField extends JTextField {
80 * Constructs a new <code>JPasswordField</code>,
84 public JPasswordField() {
89 * Constructs a new <code>JPasswordField</code> initialized
95 public JPasswordField(String text) {
100 * Constructs a new empty <code>JPasswordField</code> with the specified
106 public JPasswordField(int columns) {
111 * Constructs a new <code>JPasswordField</code> initialized with
118 public JPasswordField(String text, int columns) {
123 * Constructs a new <code>JPasswordField</code> that uses the
137 public JPasswordField(Document doc, String txt, int columns) {
182 * Sets the echo character for this <code>JPasswordField</code>.
204 * Returns true if this <code>JPasswordField</code> has a character
227 if (getClientProperty("JPasswordField.cutCopyAllowed") != Boolean.TRUE) {
243 if (getClientProperty("JPasswordField.cutCopyAllowed") != Boolean.TRUE) {
335 * Returns a string representation of this <code>JPasswordField</code>.
341 * @return a string representation of this <code>JPasswordField</code>
374 * <code>JPasswordField</code>. For password fields, the
382 * <code>JPasswordField</code>
393 * <code>JPasswordField</code> class. It provides an implementation of the
420 * Gets the <code>AccessibleText</code> for the <code>JPasswordField</code>.
424 * @return <code>AccessibleText</code> for the JPasswordField
439 * that the user entered in the JPasswordField.
471 // Treat the text displayed in the JPasswordField
505 // displayed in the JPasswordField.
532 // displayed in the JPasswordField.
582 // Treat the text displayed in the JPasswordField
625 // after the text displayed in the JPasswordField.
660 // before the text displayed in the JPasswordField.