com.jgoodies.looks.windows
Class WindowsPasswordFieldUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
javax.swing.plaf.basic.BasicPasswordFieldUI
com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
com.jgoodies.looks.windows.WindowsPasswordFieldUI
- All Implemented Interfaces:
- ViewFactory
public final class WindowsPasswordFieldUI
- extends com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
The JGoodies Windows Look&Feel implementation of a password field UI
delegate. It differs from its superclass in that it utilizes a password
view that renders a customizable echo char, not a star ("*").
Used for Java 1.4 and Java 5.
- Version:
- $Revision: 1.3 $
- Author:
- Karsten Lentzsch
Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
create, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsPasswordFieldUI
public WindowsPasswordFieldUI()
createUI
public static ComponentUI createUI(JComponent c)
- Creates a UI for a
JPasswordField
.
- Parameters:
c
- the password field component
- Returns:
- the UI
create
public View create(Element elem)
- Creates and returns a view (an
ExtPasswordView
) for an element.
- Specified by:
create
in interface ViewFactory
- Overrides:
create
in class BasicPasswordFieldUI
- Parameters:
elem
- the element
- Returns:
- the view
createCaret
protected Caret createCaret()
- Creates the caret for a field.
- Overrides:
createCaret
in class com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
- Returns:
- the caret
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.