Package org.pushingpixels.lafwidget.text
Class PasswordStrengthCheckerWidget
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetAdapter<JPasswordField>
org.pushingpixels.lafwidget.text.PasswordStrengthCheckerWidget
- All Implemented Interfaces:
LafWidget<JPasswordField>
Adds password strength indication on password fields.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PropertyChangeListenerListens on changes toLafWidget.PASSWORD_STRENGTH_CHECKERproperty.Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcompFields inherited from interface org.pushingpixels.lafwidget.LafWidget
AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, HAS_LOCK_ICON, IGNORE_GLOBAL_LOCALE, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstalls default settings for the associated component.voidInstalls listeners for the associated component.booleanReturns indication whetherthiswidget requires custom LAF support.voidUninstalls listeners for the associated component.Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installComponents, installUI, setComponent, uninstallComponents, uninstallDefaults, uninstallUI
-
Field Details
-
strengthCheckerListener
Listens on changes toLafWidget.PASSWORD_STRENGTH_CHECKERproperty.
-
-
Constructor Details
-
PasswordStrengthCheckerWidget
public PasswordStrengthCheckerWidget()
-
-
Method Details
-
installListeners
public void installListeners()Description copied from interface:LafWidgetInstalls listeners for the associated component.- Specified by:
installListenersin interfaceLafWidget<JPasswordField>- Overrides:
installListenersin classLafWidgetAdapter<JPasswordField>
-
uninstallListeners
public void uninstallListeners()Description copied from interface:LafWidgetUninstalls listeners for the associated component.- Specified by:
uninstallListenersin interfaceLafWidget<JPasswordField>- Overrides:
uninstallListenersin classLafWidgetAdapter<JPasswordField>
-
installDefaults
public void installDefaults()Description copied from interface:LafWidgetInstalls default settings for the associated component.- Specified by:
installDefaultsin interfaceLafWidget<JPasswordField>- Overrides:
installDefaultsin classLafWidgetAdapter<JPasswordField>
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()Description copied from interface:LafWidgetReturns indication whetherthiswidget requires custom LAF support. Some widgets such asTabOverviewDialogWidgetorTabHoverPreviewWidgetrequire custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupportsupport throwUnsupportedOperationException.- Returns:
trueifthiswidget requires custom LAF support,falseotherwise.
-