| Package | Description |
|---|---|
| org.jvnet.lafwidget | |
| org.jvnet.lafwidget.text | |
| org.jvnet.lafwidget.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
LafWidgetSupport.paintPasswordStrengthMarker(java.awt.Graphics g,
int x,
int y,
int width,
int height,
LafConstants.PasswordStrength pStrength)
Paints password strength marker.
|
| Modifier and Type | Method and Description |
|---|---|
LafConstants.PasswordStrength |
PasswordStrengthChecker.getStrength(char[] password)
Computes the strength of the specified password.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
PasswordStrengthChecker.getDescription(LafConstants.PasswordStrength strength)
Returns the description of the password strength.
|
| Modifier and Type | Field and Description |
|---|---|
static LafConstants.PasswordStrength |
LafConstants.PasswordStrength.MEDIUM
Medium strength.
|
static LafConstants.PasswordStrength |
LafConstants.PasswordStrength.STRONG
Strong strength.
|
static LafConstants.PasswordStrength |
LafConstants.PasswordStrength.WEAK
Weak strength.
|