Class PasswordStrengthCheckerWidget
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JPasswordField>
-
- org.pushingpixels.radiance.theming.internal.widget.text.PasswordStrengthCheckerWidget
-
public class PasswordStrengthCheckerWidget extends RadianceThemingWidget<javax.swing.JPasswordField>
Adds password strength indication on password fields.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
PasswordStrengthCheckerWidget.StrengthCheckedBorder
Border with password strength indication.private static class
PasswordStrengthCheckerWidget.WrappedBorder
-
Field Summary
Fields Modifier and Type Field Description private java.beans.PropertyChangeListener
strengthCheckerListener
Listens on changes toRadianceSynapse.PASSWORD_STRENGTH_CHECKER
property.-
Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
-
Constructor Summary
Constructors Constructor Description PasswordStrengthCheckerWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
installDefaults()
Installs default settings for the associated component.void
installListeners()
Installs listeners for the associated component.void
uninstallListeners()
Uninstalls listeners for the associated component.-
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installUI, setComponent, uninstallComponents, uninstallDefaults, uninstallUI
-
-
-
-
Field Detail
-
strengthCheckerListener
private java.beans.PropertyChangeListener strengthCheckerListener
Listens on changes toRadianceSynapse.PASSWORD_STRENGTH_CHECKER
property.
-
-
Method Detail
-
installListeners
public void installListeners()
Description copied from class:RadianceThemingWidget
Installs listeners for the associated component.- Overrides:
installListeners
in classRadianceThemingWidget<javax.swing.JPasswordField>
-
uninstallListeners
public void uninstallListeners()
Description copied from class:RadianceThemingWidget
Uninstalls listeners for the associated component.- Overrides:
uninstallListeners
in classRadianceThemingWidget<javax.swing.JPasswordField>
-
installDefaults
public void installDefaults()
Description copied from class:RadianceThemingWidget
Installs default settings for the associated component.- Overrides:
installDefaults
in classRadianceThemingWidget<javax.swing.JPasswordField>
-
-