org.uispec4j
Class PasswordField
java.lang.Object
org.uispec4j.AbstractUIComponent
org.uispec4j.PasswordField
- All Implemented Interfaces:
- UIComponent
public class PasswordField
- extends AbstractUIComponent
Wrapper for JPasswordField components.
|
Constructor Summary |
PasswordField(javax.swing.JPasswordField passwordField)
|
| Methods inherited from class org.uispec4j.AbstractUIComponent |
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NAME
public static final java.lang.String TYPE_NAME
- See Also:
- Constant Field Values
SWING_CLASSES
public static final java.lang.Class[] SWING_CLASSES
PasswordField
public PasswordField(javax.swing.JPasswordField passwordField)
getAwtComponent
public javax.swing.JPasswordField getAwtComponent()
- Description copied from interface:
UIComponent
- Returns the Java GUI component represented by this object.
getDescriptionTypeName
public java.lang.String getDescriptionTypeName()
- Description copied from interface:
UIComponent
- Returns the name of the component as it will appear in the XML representation
returned by
UIComponent.getDescription().
passwordEquals
public Assertion passwordEquals(java.lang.String hiddenPassword)
setPassword
public void setPassword(java.lang.String passsword)
Copyright © 2004-2010. All Rights Reserved.