public class JPasswordFieldPasswordProvider extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<char[]>
DataProvider,
JPasswordField| Constructor and Description |
|---|
JPasswordFieldPasswordProvider(JPasswordField passwordField)
Constructor specifying the password field to get the text from.
|
| Modifier and Type | Method and Description |
|---|---|
JPasswordField |
getComponent()
Gets the component providing the data to be validated.
|
char[] |
getData() |
public JPasswordFieldPasswordProvider(JPasswordField passwordField)
passwordField - Password field to get the text from.public JPasswordField getComponent()
public char[] getData()
getData in interface com.google.code.validationframework.api.dataprovider.DataProvider<char[]>DataProvider,
JPasswordField.getPassword()Copyright © 2015. All Rights Reserved.