public class

BasicFormattedTextFieldUI

extends BasicTextFieldUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.TextUI
       ↳ javax.swing.plaf.basic.BasicTextUI
         ↳ javax.swing.plaf.basic.BasicTextFieldUI
           ↳ javax.swing.plaf.basic.BasicFormattedTextFieldUI

Class Overview

Provides the look and feel implementation for JFormattedTextField.

Summary

Public Constructors
BasicFormattedTextFieldUI()
Public Methods
static ComponentUI createUI(JComponent c)
Creates a UI for a JFormattedTextField.
Protected Methods
String getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicTextFieldUI
From class javax.swing.plaf.basic.BasicTextUI
From class javax.swing.plaf.TextUI
From class javax.swing.plaf.ComponentUI
From class java.lang.Object
From interface javax.swing.text.ViewFactory

Public Constructors

public BasicFormattedTextFieldUI ()

Public Methods

public static ComponentUI createUI (JComponent c)

Creates a UI for a JFormattedTextField.

Parameters
c the formatted text field
Returns
  • the UI

Protected Methods

protected String getPropertyPrefix ()

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.

Returns
  • the name "FormattedTextField"