javax.swing.plaf.basic
Class BasicPasswordFieldUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.TextUI
          extended by javax.swing.plaf.basic.BasicTextUI
              extended by javax.swing.plaf.basic.BasicTextFieldUI
                  extended by javax.swing.plaf.basic.BasicPasswordFieldUI
All Implemented Interfaces:
ViewFactory

public class BasicPasswordFieldUI
extends BasicTextFieldUI


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
 
Constructor Summary
BasicPasswordFieldUI()
           
 
Method Summary
 View create(Element elem)
          Creates a View for the specified Element.
static ComponentUI createUI(JComponent c)
           
protected  String getPropertyPrefix()
          Returns the prefix for entries in the UIDefaults table.
 
Methods inherited from class javax.swing.plaf.basic.BasicTextFieldUI
installUI, propertyChange
 
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
 
Methods inherited from class javax.swing.plaf.TextUI
getToolTipText
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPasswordFieldUI

public BasicPasswordFieldUI()
Method Detail

create

public View create(Element elem)
Description copied from class: BasicTextUI
Creates a View for the specified Element.

Specified by:
create in interface ViewFactory
Overrides:
create in class BasicTextFieldUI
Parameters:
elem - the Element to create a View for
Returns:
a new created view
See Also:
ViewFactory

createUI

public static ComponentUI createUI(JComponent c)

getPropertyPrefix

protected String getPropertyPrefix()
Returns the prefix for entries in the UIDefaults table.

Overrides:
getPropertyPrefix in class BasicTextFieldUI
Returns:
"PasswordField"