com.jgoodies.looks.plastic
Class PlasticPasswordFieldUI
BasicPasswordFieldUI
com.jgoodies.looks.plastic.PlasticPasswordFieldUI
public final class PlasticPasswordFieldUI
extends BasicPasswordFieldUI
The JGoodies PlasticXP Look&Feel implementation of a password field UI
delegate. It differs from its superclass in that it utilizes a password
view that renders the UIManager's echo char, not a star ("*").
In addition it uses a custom caret if enabled by the L&f.
View | create(Element elem) - Creates and returns a view (an
ExtPasswordView ) for an element.
|
protected Caret | createCaret() - Creates the caret for a field.
|
static ComponentUI | createUI(JComponent c) - Creates a UI for a
JPasswordField .
|
create
public View create(Element elem)
Creates and returns a view (an ExtPasswordView
) for an element.
createCaret
protected Caret createCaret()
Creates the caret for a field.
createUI
public static ComponentUI createUI(JComponent c)
Creates a UI for a JPasswordField
.
c
- the password field component
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.