Package org.pushingpixels.lafwidget
Class LafWidgetUtilities2
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetUtilities2
Various utility functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreviewPainter
Returns the preview painter for the specified component.static PasswordStrengthChecker
Returns the password strength checker for the specified password field.static TabPreviewPainter
getTabPreviewPainter
(JTabbedPane tabbedPane) Returns the preview painter for the specified tabbed pane.
-
Method Details
-
getTabPreviewPainter
Returns the preview painter for the specified tabbed pane.- Parameters:
tabbedPane
- Tabbed pane.- Returns:
- Preview painter for the specified tabbed pane.
-
getComponentPreviewPainter
Returns the preview painter for the specified component.- Parameters:
comp
- Component.- Returns:
- Preview painter for the specified component.
- Since:
- 2.1
-
getPasswordStrengthChecker
Returns the password strength checker for the specified password field.- Parameters:
jpf
- Password field.- Returns:
- Password strength checker for the specified password field. The
result can be
null
.
-