public final class WindowsPasswordFieldUI
extends com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
Constructor and Description |
---|
WindowsPasswordFieldUI() |
Modifier and Type | Method and Description |
---|---|
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 . |
getPropertyPrefix, installDefaults
getBaseline, getBaselineResizeBehavior
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
contains, getAccessibleChild, getAccessibleChildrenCount
public static ComponentUI createUI(JComponent c)
JPasswordField
.c
- the password field componentpublic View create(Element elem)
ExtPasswordView
) for an element.create
in interface ViewFactory
create
in class BasicPasswordFieldUI
elem
- the elementprotected Caret createCaret()
createCaret
in class com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
Copyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.