public class PasswordField extends AbstractUIComponent
| Modifier and Type | Field and Description |
|---|---|
static Class[] |
SWING_CLASSES |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
PasswordField(JPasswordField passwordField) |
| Modifier and Type | Method and Description |
|---|---|
JPasswordField |
getAwtComponent()
Returns the Java GUI component represented by this object.
|
String |
getDescriptionTypeName()
Returns the name of the component as it will appear in the XML representation
returned by
UIComponent.getDescription(). |
Assertion |
passwordEquals(String hiddenPassword) |
void |
setPassword(String passsword) |
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKeypublic static final String TYPE_NAME
public static final Class[] SWING_CLASSES
public PasswordField(JPasswordField passwordField)
public JPasswordField getAwtComponent()
UIComponentpublic String getDescriptionTypeName()
UIComponentUIComponent.getDescription().public void setPassword(String passsword)
Copyright © 2004–2016. All rights reserved.