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>
public class PasswordStrengthCheckerWidget extends LafWidgetAdapter<JPasswordField>
Adds password strength indication on password fields.
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyChangeListener
strengthCheckerListener
Listens on changes toLafWidget.PASSWORD_STRENGTH_CHECKER
property.-
Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcomp
-
Fields 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 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.boolean
requiresCustomLafSupport()
Returns indication whetherthis
widget requires custom LAF support.void
uninstallListeners()
Uninstalls listeners for the associated component.-
Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installComponents, installUI, setComponent, uninstallComponents, uninstallDefaults, uninstallUI
-
-
-
-
Field Detail
-
strengthCheckerListener
protected PropertyChangeListener strengthCheckerListener
Listens on changes toLafWidget.PASSWORD_STRENGTH_CHECKER
property.
-
-
Method Detail
-
installListeners
public void installListeners()
Description copied from interface:LafWidget
Installs listeners for the associated component.- Specified by:
installListeners
in interfaceLafWidget<JPasswordField>
- Overrides:
installListeners
in classLafWidgetAdapter<JPasswordField>
-
uninstallListeners
public void uninstallListeners()
Description copied from interface:LafWidget
Uninstalls listeners for the associated component.- Specified by:
uninstallListeners
in interfaceLafWidget<JPasswordField>
- Overrides:
uninstallListeners
in classLafWidgetAdapter<JPasswordField>
-
installDefaults
public void installDefaults()
Description copied from interface:LafWidget
Installs default settings for the associated component.- Specified by:
installDefaults
in interfaceLafWidget<JPasswordField>
- Overrides:
installDefaults
in classLafWidgetAdapter<JPasswordField>
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()
Description copied from interface:LafWidget
Returns indication whetherthis
widget requires custom LAF support. Some widgets such asTabOverviewDialogWidget
orTabHoverPreviewWidget
require custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupport
support throwUnsupportedOperationException
.- Returns:
true
ifthis
widget requires custom LAF support,false
otherwise.
-
-