|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.lafwidget.LafWidgetUtilities2
public class LafWidgetUtilities2
Various utility functions.
| Method Summary | |
|---|---|
static PreviewPainter |
getComponentPreviewPainter(java.awt.Component comp)
Returns the preview painter for the specified component. |
static PasswordStrengthChecker |
getPasswordStrengthChecker(javax.swing.JPasswordField jpf)
Returns the password strength checker for the specified password field. |
static TabPreviewPainter |
getTabPreviewPainter(javax.swing.JTabbedPane tabbedPane)
Returns the preview painter for the specified tabbed pane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TabPreviewPainter getTabPreviewPainter(javax.swing.JTabbedPane tabbedPane)
tabbedPane - Tabbed pane.
public static PreviewPainter getComponentPreviewPainter(java.awt.Component comp)
comp - Component.
public static PasswordStrengthChecker getPasswordStrengthChecker(javax.swing.JPasswordField jpf)
jpf - Password field.
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||