public final class PlasticPasswordFieldUI
extends javax.swing.plaf.basic.BasicPasswordFieldUI
| Constructor | Description |
|---|---|
PlasticPasswordFieldUI() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.text.View |
create(javax.swing.text.Element elem) |
Creates and returns a view (an
ExtPasswordView) for an element. |
protected javax.swing.text.Caret |
createCaret() |
Creates the caret for a field.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
Creates a UI for a
JPasswordField. |
getPropertyPrefix, installDefaultsgetBaseline, getBaselineResizeBehaviorcreate, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, modelToView2D, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel, viewToModel2Dcontains, getAccessibleChild, getAccessibleChildrenCountpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
JPasswordField.c - the password field componentpublic javax.swing.text.View create(javax.swing.text.Element elem)
ExtPasswordView) for an element.create in class javax.swing.plaf.basic.BasicPasswordFieldUIelem - the elementprotected javax.swing.text.Caret createCaret()
createCaret in class javax.swing.plaf.basic.BasicTextUICopyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.