KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicPasswordFieldUI

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
See Also:
Top Examples, Source Code

public BasicPasswordFieldUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public View create(Element elem)
See Also:
BasicTextFieldUI, ViewFactory
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ComponentUI createUI(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String getPropertyPrefix()
See Also:
BasicTextFieldUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags