javax.swing.plaf.basic

Class BasicPasswordFieldUI

public class BasicPasswordFieldUI extends BasicTextFieldUI

Constructor Summary
BasicPasswordFieldUI()
Method Summary
Viewcreate(Element elem)
static ComponentUIcreateUI(JComponent c)
protected StringgetPropertyPrefix()
Returns the prefix for entries in the UIDefaults table.

Constructor Detail

BasicPasswordFieldUI

public BasicPasswordFieldUI()

Method Detail

create

public View create(Element elem)

createUI

public static ComponentUI createUI(JComponent c)

getPropertyPrefix

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

Returns: "PasswordField"