Changed Constructors |
JPasswordField(int )
|
Documentation changed from old to new. |
Constructs a new empty JPasswordField with the specified number of columns. |
JPasswordField(String )
|
Documentation changed from old to new. |
Constructs a new JPasswordField initialized with the specified text. |
JPasswordField(String, int)
|
Documentation changed from old to new. |
Constructs a new JPasswordField initialized with the specified text and columns. |
JPasswordField(Document, String, int)
|
Documentation changed from old to new. |
Constructs a new JPasswordField that uses the given text storage model and the given number of columns. |
JPasswordField(void )
|
Documentation changed from old to new. |
Constructs a new JPasswordField with a default document null starting text string and 0 column width. |
Changed Methods |
void copy()
|
Documentation changed from old to new. |
Invokes provideErrorFeedback on the current look and feel which typically initiates an error beep. |
void cut()
|
Documentation changed from old to new. |
Invokes provideErrorFeedback on the current look and feel which typically initiates an error beep. |
boolean echoCharIsSet()
|
Documentation changed from old to new. |
Returns true if this JPasswordField has a character set for echoing. |
AccessibleContext getAccessibleContext()
|
Documentation changed from old to new. |
Returns the AccessibleContext associated with this JPasswordField . |
char[] getPassword()
|
Documentation changed from old to new. |
Returns the text contained in this TextComponent . |
String getUIClassID()
|
Documentation changed from old to new. |
Returns the name of the L&F class that renders this component. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representation of this JPasswordField . |
void setEchoChar(char )
|
Documentation changed from old to new. |
Sets the echo character for this JPasswordField . |
String getText(int, int)
|
Documentation changed from old to new. |
As of Java 2 platform v1.2, replaced by getPassword . |
String getText()
|
Documentation changed from old to new. |
As of Java 2 platform v1.2, replaced by getPassword . |