FileDocCategorySizeDatePackage
BasicFormattedTextFieldUI.javaAPI DocJava SE 5 API1035Fri Aug 26 14:58:04 BST 2005javax.swing.plaf.basic

BasicFormattedTextFieldUI

public class BasicFormattedTextFieldUI extends BasicTextFieldUI
Provides the look and feel implementation for JFormattedTextField.
version
1.4 12/19/03
since
1.4

Fields Summary
Constructors Summary
Methods Summary
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)
Creates a UI for a JFormattedTextField.

param
c the formatted text field
return
the UI

        return new BasicFormattedTextFieldUI();
    
protected java.lang.StringgetPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager. This is used as a prefix to all the standard text properties.

return
the name "FormattedTextField"

	return "FormattedTextField";